logic_game_event

From Source Entities
Jump to navigation Jump to search

Code classes:

logic_game_event is a point entity present in L4d2-small.pngLeft 4 Dead 2. It fires a game event. All known uses of this entity are achievement-related, so it's not of much use to mappers.

Flags[edit | edit source]

  • 1: userid field with activator - If the event being fired has a userid field attached to it, sets it to the id of the activator of FireEvent.

Keyvalues[edit | edit source]

Game Event Name (eventName) <string>
The event to fire.

Inputs[edit | edit source]

FireEvent
Fires the event.

See Also[edit | edit source]