Xonotic
|
#include "train.qh"
Go to the source code of this file.
Functions | |
void | train_next (entity this) |
entity | train_next_find (entity this) |
void | train_wait (entity this) |
Variables | |
entity | future_target |
float | train_wait_turning |
Definition at line 83 of file train.qc.
References _sound, ATTEN_IDLE, autocvar_cl_projectiles_sloppy, CH_TRIGGER_SINGLE, classname, curvetarget, dmg, dmgtime, dmgtime2, drawmask, EF_LOWPRECISION, effects, entity(), find(), func_null(), future_target, g_drawables, generic_plat_blocked(), height, IL_PUSH(), InitializeEntity(), lip, ltime, mangle, MASK_NORMAL, message, mins, model, move_time, Movetype_Physics_MatchServer(), MOVETYPE_PUSH, NET_HANDLE, nextthink, noise, NULL, objerror(), platmovetype, platmovetype_end, platmovetype_end_default, platmovetype_start, platmovetype_start_default, platmovetype_turn, pos1, pos2, precache_sound(), ReadString, REGISTER_NET_LINKED, set_movetype(), set_platmovetype(), setorigin(), setthink, SF_TRIGGER_INIT, SF_TRIGGER_RESET, size, solid, SOLID_BSP, spawnflags, spawnfunc(), speed, state, strzone(), SUB_CalcMove(), SUB_CalcMove_Bezier(), target, target_random, targetname, time, to, TRAIN_CURVE, TRAIN_NEEDACTIVATION, train_next_find(), TRAIN_TURN, train_wait(), TSPEED_LINEAR, use, vector(), view_ofs, VOL_BASE, wait, WriteByte(), WriteShort(), and WriteString().
Referenced by train_wait().
Definition at line 66 of file train.qc.
References entity(), find(), NULL, RandomSelection_AddEnt, RandomSelection_chosen_ent, RandomSelection_Init(), target, target_random, and targetname.
Referenced by train_next().
Definition at line 8 of file train.qc.
References CH_TRIGGER_SINGLE, enemy, entity(), find(), func_null(), future_target, ltime, MSG_BROADCAST, nextthink, noise, NULL, origin, platmovetype_turn, setthink, spawnflags, SUB_CalcAngleMove(), SUB_UseTargets(), targetname, time, TRAIN_CURVE, TRAIN_NEEDACTIVATION, train_next(), train_wait_turning, TSPEED_TIME, use, vectoangles(), vector(), view_ofs, and wait.
Referenced by train_next().
entity future_target |
Definition at line 3 of file train.qc.
Referenced by train_next(), and train_wait().
float train_wait_turning |
Definition at line 2 of file train.qc.
Referenced by train_wait().