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

◆ ConfigGetChildName()

proto bool CGame::ConfigGetChildName ( string path,
int index,
out string name )
private

Get name of subclass in config class on path.

Аргументы
pathof value, classes are delimited by empty space. You can specify config file by using "configFile" or "missionConfigFile" as a first class name.
indexof subclass in class
nameoutput
Возвращает
true on success, false if path or child is not found

Перекрестные ссылки name и path.

Используется в ConfigFindClassIndex() и DayZGame().