logic_game_event
Jump to navigation
Jump to search
Code classes:
CLogicGameEvent
CLogicalEntity
CServerOnlyEntity
CBaseEntity
(all ents)
logic_game_event
is a point entity present in Left 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.