Xonotic
|
#include "triggers.qh"
Go to the source code of this file.
Functions | |
void | DelayThink (entity this) |
bool | isPushable (entity e) |
void | SUB_DontUseTargets (entity this, entity actor, entity trigger) |
void | SUB_UseTargets (entity this, entity actor, entity trigger) |
void | SUB_UseTargets_Ex (entity this, entity actor, entity trigger, bool preventReuse, int skiptargets) |
void | SUB_UseTargets_PreventReuse (entity this, entity actor, entity trigger) |
void | SUB_UseTargets_SkipTargets (entity this, entity actor, entity trigger, int skiptargets) |
Definition at line 39 of file triggers.qc.
References active, ACTIVE_ACTIVE, ACTIVE_NOT, ACTIVE_TOGGLE, angles, BIT, BITSET_ASSIGN, bound(), EF_NODEPTHTEST, effects, enemy, entity(), EXACTTRIGGER_INIT, killtarget, maxs, mins, model, modelindex, movedir, NULL, origin, ReadString, scale, sendflags, setorigin(), setSendEntity, SF_TRIGGER_UPDATE, spawnflags, START_ENABLED, strfree, string_null, strzone(), SUB_UseTargets(), target, target2, target3, target4, targetname, to, warpzone_isboxy, WriteByte(), WriteShort(), and WriteString().
Referenced by SUB_UseTargets_Ex().
Definition at line 3 of file triggers.qc.
References IS_VEHICLE, and Item_IsLoot().
Referenced by conveyor_think(), jumppad_push(), trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), and trigger_impulse_touch_radial().
Definition at line 35 of file triggers.qc.
References entity(), and SUB_UseTargets().
Definition at line 366 of file triggers.qc.
References SUB_UseTargets_Ex().
Referenced by assault_objective_decrease_use(), assault_roundstart_use(), CheatCommand(), checkpoint_passed(), DelayThink(), dompoint_captured(), door_go_up(), fragsfilter_use(), Item_Touch(), jumppad_push(), Monster_Damage(), ons_ControlPoint_Icon_BuildThink(), ons_ControlPoint_Icon_Damage(), ons_ControlPoint_Icon_Think(), ons_ControlPoint_Reset(), PutPlayerInServer(), SUB_DontUseTargets(), target_init_use(), Teleport_Touch(), and train_wait().
void SUB_UseTargets_Ex | ( | entity | this, |
entity | actor, | ||
entity | trigger, | ||
bool | preventReuse, | ||
int | skiptargets | ||
) |
Definition at line 270 of file triggers.qc.
References antiwall_flag, BIT, centerprint(), delay, DelayThink(), entity(), find(), IS_PLAYER, IS_REAL_CLIENT, killtarget, message, new_pure, noise, NULL, RandomSelection_AddEnt, RandomSelection_chosen_ent, RandomSelection_Init(), setthink, SND, target, target2, target3, target4, target_random, targetname, and time.
Referenced by SUB_UseTargets(), SUB_UseTargets_PreventReuse(), and SUB_UseTargets_SkipTargets().
Definition at line 367 of file triggers.qc.
References SUB_UseTargets_Ex().
Definition at line 368 of file triggers.qc.
References SUB_UseTargets_Ex().
Referenced by WarpZone_Touch().