|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "conveyor.qh"Go to the source code of this file.
Functions | |
| void | conveyor_init (entity this) |
| bool | conveyor_send (entity this, entity to, int sendflags) |
| void | conveyor_think (entity this) |
| spawnfunc (func_conveyor) | |
| spawnfunc (trigger_conveyor) | |
Definition at line 86 of file conveyor.qc.
References conveyor_send(), conveyor_think(), entity(), generic_netlinked_legacy_use(), generic_netlinked_reset(), generic_netlinked_setactive(), movedir, Net_LinkEntity(), nextthink, SendFlags, setthink, SF_TRIGGER_INIT, speed, targetname, time, and use.
Referenced by spawnfunc(), and spawnfunc().
Definition at line 58 of file conveyor.qc.
References active, entity(), maxs, mins, movedir, MSG_ENTITY, origin, SF_TRIGGER_INIT, SF_TRIGGER_UPDATE, speed, target, targetname, warpzone_isboxy, WriteByte(), WriteHeader, and WriteString().
Referenced by conveyor_init().
Definition at line 4 of file conveyor.qc.
References absmax, absmin, active, ACTIVE_ACTIVE, ACTIVE_NOT, conveyor_think(), entity(), FOREACH_ENTITY_RADIUS, g_conveyed, IL_EACH, IL_PUSH(), isPushable(), move_time, nextthink, this, time, vlen(), void, and WarpZoneLib_ExactTrigger_Touch().
Referenced by conveyor_init(), and conveyor_think().
| spawnfunc | ( | func_conveyor | ) |
Definition at line 113 of file conveyor.qc.
References conveyor_init(), InitMovingBrushTrigger(), MOVETYPE_NONE, set_movetype(), and SetMovedir().
| spawnfunc | ( | trigger_conveyor | ) |
Definition at line 106 of file conveyor.qc.
References conveyor_init(), EXACTTRIGGER_INIT, and SetMovedir().