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

◆ GetMapStateAnimation()

bool InventoryItemSuper::GetMapStateAnimation ( )
inlineprotected

См. определение в файле 4_World/Entities/Core/Inherited/InventoryItem.c строка 1098

1099 {
1100 if (GetAnimationPhase("map_opened") == 0)
1101 return true;
1102 return false;
1103 }