11 FireRailgunBullet (it, weaponentity, it.tur_shotorg, it.tur_shotorg + it.tur_shotdir_updated * max_shot_distance, 10000000000,
false,
12 800, 0, 0, 0, 0, DEATH_TURRET_PLASMA.m_id);
15 Send_Effect(EFFECT_VORTEX_MUZZLEFLASH, it.tur_shotorg, it.tur_shotdir_updated * 1000, 1);
23 it.tur_head.frame += 1;
27 if ((it.tur_head.frame != 0) && (it.tur_head.frame != 3))
28 it.tur_head.frame = it.tur_head.frame + 1;
30 if (it.tur_head.frame > 6)
31 it.tur_head.frame = 0;
bool turret_initialize(entity this, Turret tur)
spawnfunc(info_player_attacker)
#define METHOD(cname, name, prototype)
vector WarpZone_UnTransformOrigin(entity wz, vector v)
#define MUTATOR_IS_ENABLED(this)
vector(float skel, float bonenum) _skel_get_boneabs_hidden
entity WarpZone_trace_transform
entity weaponentities[MAX_WEAPONSLOTS]
void FireRailgunBullet(entity this,.entity weaponentity, vector start, vector end, float bdamage, bool headshot_notify, float bforce, float mindist, float maxdist, float halflifedist, float forcehalflifedist, int deathtype)
entity EFFECT_VAPORIZER(int teamid)