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

◆ GetMapStateAnimation()

bool InventoryItemSuper::GetMapStateAnimation ( )
inlineprotected

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

1074 {
1075 if (GetAnimationPhase("map_opened") == 0)
1076 return true;
1077 return false;
1078 }