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: env (14) 246l
ID 23 - Env_Sound (Snd) 292r2h
Info 36691t
Plays a sound on the map. Either at the position of the entity or everywhere.
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]=play only when triggered (0/1)
- ints[1]=do NOT loop (0/1)
- ints[2]=play everywhere (0/1)
- strs[0]=sound file path
- strs[1]=sound volume (0.0-1.0)