ClassIsNative
Tracking Issue: #767
To check whether a given class is native, use the static function
CH_ClassIsNative
. Example usage:
CH_ClassIsNative(class'X2AbilityTarget_Single'); // True
CH_ClassIsNative(UnitState.GetVisualizer().Class); // False because XGUnit is always non-native