From: Rudolf Polzer Date: Mon, 14 Feb 2011 18:58:08 +0000 (+0100) Subject: document this path_corner extension X-Git-Tag: xonotic-v0.5.0~105 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=0fe99561c2c3b7ba57ae090040bd556e7c0fd056 document this path_corner extension --- diff --git a/scripts/entities.def b/scripts/entities.def index af135309..14a72c67 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -922,6 +922,9 @@ Path corner entity that func_train will follow. All path_corner entities of a train have to connect in a circular manner, while the func_train shall point to one of the path_corners (ideally the one at the train's starting point) -------- KEYS -------- target: point to next path_corner in the path. +target2: triggered when a func_train starts moving towards this target +target3: triggered when a func_train starts moving towards this target +target4: triggered when a func_train starts moving towards this target targetname: the train following the path or the previous path_corner in the path points to this. speed: speed of func_train while moving to this path corner. If unset, the value from the func_train will be used. wait: number of seconds func_train will pause on this path corner before moving to next path corner (default: 0.1; to not wait, set this to -1