Searched defs:TurretAI (Results 1 – 1 of 1) sorted by relevance
/dports/games/sdb/sdb-1.0.2/src/ |
H A D | enemies.h | 116 TurretAI() : AI() { idleRotateDirection = 0; idleRotateLength = 1.75; setIdleRotation(); } in TurretAI() function 117 …TurretAI(int obj, int tgt, int st, float sigr, float ad, float fov) : AI(obj, tgt, st, sigr, ad, f… in TurretAI() function
|