1044    {
 1046        {
 1048            
 1049            if (destType)
 1050            {
 1052                {
 1054                }
 1055                
 1057                {
 1059                }
 1060            }
 1061            else
 1062            {
 1063                ErrorEx(
"Incorrect destruction behaviour type, make sure the class returned in 'GetDestructionBehaviour()' is a valid type inheriting from 'DestructionEffectBase'");
 
 1064            }
 1065        }
 1066    }
string GetDestructionBehaviour()
 
bool IsDestructionBehaviour()
 
ref DestructionEffectBase m_DestructionBehaviourObj
 
proto native ToType()
Returns internal type representation. Can be used in runtime, or cached in variables and used for fas...