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

◆ IsPlayerEquipmentActive()

bool PlayerContainer::IsPlayerEquipmentActive ( )
inlineprotected

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

1082 {
1083 if( GetFocusedContainer() && ( GetFocusedContainer().IsInherited( ContainerWithCargo ) || GetFocusedContainer().IsInherited( ContainerWithCargoAndAttachments ) ) )
1084 {
1085 return false;
1086 }
1087
1088 return true;
1089 }