diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:20:55 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:20:55 +0000 |
commit | bc960e0948b959d2fec81274e4a28ed8f19b203d (patch) | |
tree | b1f4612054c1bf9293dacd578c91638a0bd8e4e1 /gtkradiant | |
parent | 21dc93fbf0d493fc4ac903bf7a575bcab5571a68 (diff) |
documentation updates
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index e2d14ad..0d28f85 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -34,12 +34,16 @@ A light flare strobe make a strobe flare (spawflag 1) entity flare has entity color (spawflag 2) engine flare is actived by engine (spawnflag 4) + radius flare radius, default is 100 frequency strobe frequency, in flashes per second offset strobe offset, in seconds time strobe time fraction, 0 (always off) - 1 (always on) flare flare number texture (maps to bitmaps/fx/flare??.tga), default 0 -angle direction of the flare +angle direction angle of the flare +direction direction angle of the flare +pitch pitch angle of the flare +roll roll ange of the flare */ // ---- FX_PARTICLES ----------------------------------------------- @@ -49,8 +53,12 @@ A particle system entity flare has entity color (spawflag 2) engine flare is actived by engine (spawnflag 4) -angle direction of the particle system + script name of the particle system script +angle direction angle of the flare +direction direction angle of the flare +pitch pitch angle of the flar +roll roll ange of the flare */ // ---- LOCATION_CANNON--------------------------------------------- |