Clear object from filterscript only
#4

Quote:
Originally Posted by Vince
View Post
Store the ids of the first and the last object and use those as start and end point of the loop, respectively.
There are tons of filterscript with different object ids, I can't do that for everyone.

Quote:

You should consider using streamer for objects anyway. You could then just:
Code:
Streamer_DestroyAllItems(STREAMER_TYPE_OBJECT, 0);
and removes all objects from the current script.

Yes but currently I've all my filterscript objects by CreateObject function, so do I need to go through all the filterscripts and convert them to streamer dynamic object?
Reply


Messages In This Thread
Clear object from filterscript only - by Penguin1997 - 07.09.2016, 15:39
Re: Clear object from filterscript only - by Vince - 07.09.2016, 16:35
Re: Clear object from filterscript only - by Konstantinos - 07.09.2016, 16:40
Re: Clear object from filterscript only - by Penguin1997 - 07.09.2016, 16:54
Re: Clear object from filterscript only - by Konstantinos - 07.09.2016, 16:57
Re: Clear object from filterscript only - by Penguin1997 - 07.09.2016, 17:42
Re: Clear object from filterscript only - by Penguin1997 - 08.09.2016, 07:36
Re: Clear object from filterscript only - by Konstantinos - 08.09.2016, 09:36
Re: Clear object from filterscript only - by Penguin1997 - 08.09.2016, 11:22
Re: Clear object from filterscript only - by Konstantinos - 08.09.2016, 11:27

Forum Jump:


Users browsing this thread: 1 Guest(s)