Template:I BaseFilter

From Valve Developer Community
Revision as of 11:45, 27 August 2019 by Schlomogoldbergstein (talk | contribs) (Undo revision 226614 by Schlomogoldbergstein (talk))
Jump to navigation Jump to search

BaseFilter: {{IO|TestActivator|Tests the entity that called the input (the !activator) against the filter, and fires either the OnPass or OnFail output.

{{bug|Calling this input will cause the server to crash if the !activator entity no longer exists. Do not use this input to test any entities which may be asynchronously deleted, such as players and projectiles, or in an i/o chain which might be initiated by entity deletion, such as the OnEndTouch output of a trigger.