From d75a31afc2df1aa67d51e2c95bd9290edfc74bde Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 5 Dec 2010 21:25:53 +0000 Subject: Radiant definitions for func_move. --- gtkradiant/osirion.game/base/entities.def | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'gtkradiant') 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 -------------------------------------------------- -- cgit v1.2.3