diff options
Diffstat (limited to 'gtkradiant/osirion.game/base')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 83899e5..55a5d40 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -121,13 +121,30 @@ A group of brushes rotating around an axis engine rotation is activated by engine thrust (spawnflag 4) +speed speed of rotation, in degrees per second + angle yaw angle of the rotation axis, e.g. angle 90 angles pitch, yaw and roll angle of the rotation axis, angles overrides angle. e.g. angles 0 90 0 pitch pitch angle of the rotation axis yaw yaw angle of the rotation axis roll roll angle of the rotation axis +*/ -speed speed of rotation, in degrees per second +// ---- FUNC_MOVE -------------------------------------------------- + +/*QUAKED func_move (0 .6 .6) ? ? ? engine +A group of brushes moving back and forth along an axis + +engine movement is activated by engine thrust (spawnflag 4) + +speed average speed of movement, in units per second +distance travel distance of the group + +angle yaw angle of the movement axis, e.g. angle 90 +angles pitch, yaw and roll angle of the movement axis, angles overrides angle. e.g. angles 0 90 0 +pitch pitch angle of the movement axis +yaw yaw angle of the movement axis +roll roll angle of the movement axis */ // ---- FUNC_DOOR -------------------------------------------------- |