point_event_proxy
Jump to navigation
Jump to search
Class hierarchy |
---|
CPointEventProxy |
point_event_proxy.cpp |
point_event_proxy
is a point entity available in Alien Swarm.
An entity that allows firing simple game events from map logic.
Keyvalues
- Name (targetname) <string>
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Event Name (EventName) <string>
- Name of the event fired
- Activator as 'userid' field (ActivatorAsUserID) <boolean>
- Use the input activator as the userid field in the event fired
Inputs
- GenerateEvent
- Generate the game event.