Difference between revisions of "Template:PatchDiff/September 24, 2015 Patch/bin/base.fgd"

From Team Fortress Wiki
Jump to: navigation, search
(Diff of file "bin/base.fgd" for patch September 24, 2015 Patch.)
 
(No difference)

Latest revision as of 02:10, 25 September 2015

810810 output OnStartTouchAll(void) : "Fired when an entity starts touching this trigger, and no other entities are touching it. Only entities that passed this trigger's filters are considered."
811811 output OnEndTouch(void) : "Fired when an entity stops touching this trigger. Only entities that passed this trigger's filters will cause this output to fire."
812812 output OnEndTouchAll(void) : "Fires when an entity stops touching this trigger, and no other entities are touching it. Only entities that passed this trigger's filters are considered."
N/A813 
N/A814 // Inputs
N/A815 input DisableAndEndTouch(void) : "Disables this trigger and calls EndTouch on all currently-touching entities."
813816]
814817 
815818@BaseClass = worldbase