ENT.PassesTriggerFilters
From GMod Wiki
| Event Hook | |
| Hook Name | PassesTriggerFilters |
| Syntax | ENT:PassesTriggerFilters( Entity ent ) |
| Description | Return true if this entity should trigger the ENT.StartTouch/ENT.Touch/ENT.EndTouch functions. This is not called automatically. |
| Returns | Boolean |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=ENT.PassesTriggerFilters]ENT.PassesTriggerFilters [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
This is not called automatically by the game engine. If you want to use this, you will need to call it yourself.