Logic game event

From Valve Developer Community
Revision as of 09:51, 31 October 2010 by ThaiGrocer (talk | contribs)
Jump to navigation Jump to search

Template:L4d2 point This entity allows firing of game events. As of this time, there are no parameters available. See the entity list in c6m2_bedlam (The Passing campaign) for examples.

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

Event name (from ModEvents.res) to fire. As of this time, there are no parameters available.

Flags

  • 1: userid field with activator

Inputs

  • FireEvent
Fire the event.

Outputs

See also

External links