См. определение в файле Guards.c строка 101
102 {
103 int mi =
m_weapon.GetCurrentMuzzle();
104 Magazine mag =
m_weapon.GetMagazine(mi);
105 if (mag != NULL && mag.GetAmmoCount() > 0)
106 {
108 return true;
109 }
111 return false;
112 }
void wpnDebugPrint(string s)
class WeaponGuardIsDestroyed extends WeaponGuardBase m_weapon
static bool IsWeaponLogEnable()
Перекрестные ссылки LogManager::IsWeaponLogEnable(), m_weapon и wpnDebugPrint().