#include "util_server.qh"
#include "common.qh"
Go to the source code of this file.
◆ WarpZoneLib_ExactTrigger_Init()
Definition at line 12 of file util_server.qc.
References angles, maxs, mins, model, movedir, MOVETYPE_NONE, origin, scale, set_movetype(), setorigin(), solid, SOLID_TRIGGER, vector(), and warpzone_isboxy.
Referenced by WarpZone_Projectile_Touch().
16 if (this.
angles !=
'0 0 0')
19 MAKE_VECTORS(this.
angles, forward, _r, _u);
31 precache_model(this.
model);
32 _setmodel(
this, this.
model);
34 if(mi !=
'0 0 0' || ma !=
'0 0 0')
44 setsize(
this, this.
mins * this.
scale, this.
maxs * this.scale);
vector(float skel, float bonenum) _skel_get_boneabs_hidden
const float SOLID_TRIGGER
void set_movetype(entity this, int mt)