Xonotic
|
Go to the source code of this file.
Functions | |
void (entity this, int act_state) setactive | |
Variables | |
int | active |
const int | ACTIVE_ACTIVE = 1 |
const int | ACTIVE_BUSY = 2 |
const int | ACTIVE_IDLE = 2 |
const int | ACTIVE_NOT = 0 |
const int | ACTIVE_TOGGLE = 3 |
const int | ALL_ENTITIES = BIT(1) |
const int | CRUSH = BIT(2) |
const int | INVERT_TEAMS = BIT(2) |
const int | NOSPLASH = BIT(8) |
const int | ON_MAPLOAD = BIT(1) |
const int | ONLY_PLAYERS = BIT(14) |
const int | SF_TRIGGER_INIT = BIT(0) |
const int | SF_TRIGGER_RESET = BIT(2) |
const int | SF_TRIGGER_UPDATE = BIT(1) |
const int | SPAWNFLAG_NOMESSAGE = BIT(0) |
const int | SPAWNFLAG_NOTOUCH = BIT(0) |
const int | START_DISABLED = BIT(0) |
const int | START_ENABLED = BIT(0) |
const int | STATE_BOTTOM = 1 |
const int | STATE_DOWN = 3 |
const int | STATE_TOP = 0 |
const int | STATE_UP = 2 |
int active |
Definition at line 34 of file defs.qh.
Referenced by conveyor_think(), DelayThink(), Teleport_Active(), Teleport_Touch(), trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), trigger_impulse_touch_radial(), trigger_push_findtarget(), trigger_push_touch(), vehicle_initialize(), vehicle_use(), and vehicles_reset().
const int ACTIVE_ACTIVE = 1 |
Definition at line 37 of file defs.qh.
Referenced by conveyor_think(), Damage(), DelayThink(), Teleport_Active(), Teleport_Touch(), trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), trigger_impulse_touch_radial(), trigger_push_findtarget(), vehicle_initialize(), and vehicle_use().
const int ACTIVE_NOT = 0 |
Definition at line 36 of file defs.qh.
Referenced by conveyor_think(), DelayThink(), ons_TurretSpawn_Delayed(), TEST(), trigger_push_touch(), vehicle_initialize(), vehicle_use(), and vehicles_reset().
const int ACTIVE_TOGGLE = 3 |
Definition at line 40 of file defs.qh.
Referenced by DelayThink().
Definition at line 11 of file defs.qh.
Referenced by plat_crush().
Definition at line 10 of file defs.qh.
Referenced by Teleport_Active(), and trigger_push_touch().
Definition at line 12 of file defs.qh.
Referenced by door_damage().
Definition at line 22 of file defs.qh.
Referenced by conveyor_think(), door_reset(), LinkDoors(), train_next(), and trigger_push_findtarget().
Definition at line 24 of file defs.qh.
Referenced by door_reset(), LinkDoors(), plat_reset(), and train_next().
Definition at line 23 of file defs.qh.
Referenced by conveyor_think(), DelayThink(), door_init_startopen(), door_reset(), and LinkDoors().
Definition at line 6 of file defs.qh.
Referenced by DelayThink().