Entities 1x4l2i
Entities are used in to specify player spawn locations or to add effects, doors, items and more to a map. 6y353
- 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: gen (4) 5nf4n
ID 52 - Gen_Weather (Weather) 1ra2z
Info g1p6j
Creates weather effects on the map. Rain, snow and thunder will be active for the entire map and should only be used once on the map. All the other effects are local and can be used multiple times.
Values / Properties 31956
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]=weather type (0=rain, 1=snow, 2=fog, 3=dust, 4=smog, 5=thunder)
- ints[1]=particles (1-30)