ID:2385785
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
I believe there is no way to detect what filters are active in run-time, so it would be very useful to be able to track the filters somehow. I thought it was already possible doing something like for(var/F in filters) but this doesn't seem to work. Besides, doing filters[1] doesn't return the information about the 1st filter either.

I apologize if this is already possible, but I haven't found the way to do so thus far.

Thanks!!
I think you're talking about filters that were in an animation but are no longer extant on the server side. Those should be out of play after the animation ends.

filters[1] should definitely return info about the first filter, but it won't tell you what condition an animation is in because that's not the server's job to know.

The bigger question here is what exactly you're trying to do and why current methods aren't doing enough for you.
I was not aware of this. Thank you very much for sharing this info! :)