point_event_proxy

From Valve Developer Community
Jump to: navigation, search
Class hierarchy
CPointEventProxy
CPointEntity
CBaseEntity
point_event_proxy.cpp

point_event_proxy is a point entity available in Alien Swarm 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 or target).
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.

See Also