Point event proxy

From Valve Developer Community
Revision as of 06:19, 27 June 2011 by Barracuda (talk | contribs) (Created page with '{{asw point|point_event_proxy}} == Entity description == An entity that allows fires simple game events from map logic. == Keyvalues == {{KV|Event Name|string|Name of the event…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Asw point

Entity description

An entity that allows fires simple game events from map logic.

Keyvalues

Event Name ([todo internal name (i)]) <string>
Name of the event fired
Activator as 'userid' field ([todo internal name (i)]) <boolean>
Use the input activator as the userid field in the event fired
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

GenerateEvent
Generate the game event.


Outputs