Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-12-05 21:25:53 +0000
committerStijn Buys <ingar@osirion.org>2010-12-05 21:25:53 +0000
commitd75a31afc2df1aa67d51e2c95bd9290edfc74bde (patch)
treebae3efe0f01241084bd6e591f4e5525b0cbbd959 /gtkradiant
parent7e3147ed8a8c6af3794633a04d7366b165b41dea (diff)
Radiant definitions for func_move.
Diffstat (limited to 'gtkradiant')
-rw-r--r--gtkradiant/osirion.game/base/entities.def19
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 --------------------------------------------------