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

◆ ConfigGetBool()

bool EntityType::ConfigGetBool ( string entryName)
inlineprotected

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

26 {
27 return (ConfigGetInt(entryName) == 1);
28 }
proto int ConfigGetInt(string entryName)

Перекрестные ссылки ConfigGetInt().