Know if entity phisics are anabled

Posted By: iWaNtToKnOw

Know if entity phisics are anabled - 07/11/05 17:10

hi, my queation is short, is possible to know if an entity have phisics or if is just a normal entity?
Posted By: _Tommo_

Re: Know if entity phisics are anabled - 08/17/05 16:27

I think that the only way is to use a entity's flag set when you enable the object...
Code:
 
define phys_active, flag1;

...
my.phys_active = phent_settype(my,ph_rigid,ph_box);
...


© 2024 lite-C Forums