Trigger ping detector: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Re-arranged some fields)
mNo edit summary
Line 1: Line 1:
{{portal2 brush|trigger_ping_detector}}
{{portal2 brush|trigger_ping_detector}} A trigger that detects when the ping tool is used in its region.
 
A trigger that detects when the ping tool is used.
 
==Entity description==
Detects whether a player has pinged in its region.


==Keyvalues==
==Keyvalues==

Revision as of 09:52, 31 July 2011

Template:Portal2 brush A trigger that detects when the ping tool is used in its region.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Outputs

OnOrangePlayerPinged
Fired when the orange player has pinged inside the trigger.
OnBluePlayerPinged
Fired when the blue player has pinged inside the trigger.