ent_remove(ENTITY*)..(ies)?

Posted By: DLively

ent_remove(ENTITY*)..(ies)? - 04/19/14 02:18

I'm sure my Subject Title is more confusing than anything - But once I quit rambling and get on with it you will understand xD

I have 3 Ent_removes one after the other like so:

ent_remove(light_child);
ent_remove(light_child2);
ent_remove(me);

Is it possible to do something like so:


ent_remove(light_child, light_child2, me);
Posted By: rayp

Re: ent_remove(ENTITY*)..(ies)? - 04/19/14 05:14

Guess no. ptr_remove / ent_remove only accepts a handle or a entity.
Posted By: DLively

Re: ent_remove(ENTITY*)..(ies)? - 04/19/14 05:34

Hmm. well thats not a big deal.. Would be handy wink

Thanks rayp laugh
© 2024 lite-C Forums