Page 1 of 1

RemoveThinker ccmd

Posted: Tue Feb 13, 2018 7:20 am
by Major Cooke
For any custom thinkers made by mods, for debugging purposes. Works just like Remove command: enter name of the thinkers and poof, they're destroyed.

Re: RemoveThinker ccmd

Posted: Fri Feb 16, 2018 3:30 pm
by Matt
Is there a CountThinker ccmd by any chance?

Re: RemoveThinker ccmd

Posted: Sat Feb 24, 2018 3:48 am
by ZzZombo
Uh, can't you without a hassle do it yourself? You can even implement the whole thing in a custom console command, and not just remove a thinker by a keypress or something.

Re: RemoveThinker ccmd

Posted: Sat Feb 24, 2018 1:20 pm
by Major Cooke
No. I don't know how to handle them.

Re: RemoveThinker ccmd

Posted: Sat Feb 24, 2018 9:16 pm
by ZzZombo
What do you mean? Iterate over thinkers, remove some of them?..

Re: RemoveThinker ccmd

Posted: Sun Feb 25, 2018 6:34 am
by Major Cooke
Not internally. Doing so on ZScript is easy enough but I had issues getting it working on the C++ side.