Xonotic
|
#include "sv_controlpoint.qh"
Go to the source code of this file.
Functions | |
bool | cpicon_send (entity this, entity to, int sf) |
void | onslaught_controlpoint_icon_link (entity e, void(entity this) spawnproc) |
Variables | |
bool | iscaptured |
Definition at line 5 of file sv_controlpoint.qc.
References ceil(), count, CPSF_SETUP, CPSF_STATUS, GetResource(), max_health, origin, owner, RES_HEALTH, team, and WriteByte().
Referenced by onslaught_controlpoint_icon_link().
Definition at line 35 of file sv_controlpoint.qc.
References cpicon_send(), setthink, sys_frametime, and time.
Referenced by ons_ControlPoint_Icon_BuildThink(), and ons_ControlPoint_Icon_Spawn().
bool iscaptured |
Definition at line 3 of file sv_controlpoint.qc.