Entities 3256d
Entities are used in to specify player spawn locations or to add effects, doors, items and more to a map. 5rw6w
- Info - specify locations, areas or behaviors
- Env - environmental/visual stuff
- Gen - generate stuff (particle effects)
- Func - have a function which influences the game
- Trigger - trigger and control other entities
Category: trigger (7) 5g3d40
ID 93 - Trigger_Use (Use) 5t5x2e
Info 36691t
Triggeres entities when it is used with the use key (E by default).
Values / Properties 15u3r
The following values can be set in the entity properties menu of the map editor and can be read using the Lua command entity.
- ints[0]=button style (see editor list)
- ints[1]=button alignment/direction (0=top, 1=bottom, 2=left, 3=right)
- ints[2]=triggered by (0=everyone, 1=terrorists only, 2=counter-terrorists only)
- ints[3]=re-use delay (ms)