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

◆ GetDefaultOpenState()

bool ItemManager::GetDefaultOpenState ( string type)
inlineprotected

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

259 {
260 if( m_DefautOpenStates.Contains( type ) )
261 {
262 return m_DefautOpenStates.Get( type );
263 }
264 else
265 {
266 return true;
267 }
268 }
ref map< string, bool > m_DefautOpenStates
Определения ItemManager.c:14

Перекрестные ссылки m_DefautOpenStates.