DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CanRemoveFromHands()

override bool Weapon::CanRemoveFromHands ( EntityAI parent)
inlineprotected

См. определение в файле Weapon_Base.c строка 1189

1190 {
1191 if (IsIdle())
1192 {
1193 return true;
1194 }
1195 if (LogManager.IsWeaponLogEnable()) { wpnDebugPrint("[wpnfsm] " + Object.GetDebugName(this) + " Weapon=" + this + " not in stable state=" + GetCurrentState().Type()); }
1196 return false; // do not allow removal of weapon while weapon is busy
1197 }
void wpnDebugPrint(string s)
Определения Debug.c:9
string Type
Определения JsonDataContaminatedArea.c:11
bool IsIdle()
Определения Weapon_Base.c:284
WeaponStateBase GetCurrentState()
returns currently active state
Определения Weapon_Base.c:274
class LOD Object

Перекрестные ссылки GetCurrentState(), IsIdle(), LogManager::IsWeaponLogEnable(), Type и wpnDebugPrint().