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

◆ ConfigGetTextOut()

string CGame::ConfigGetTextOut ( string path)
inlineprivate

Get string value from config 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.
Возвращает
value output string

См. определение в файле Global/game.c строка 464

465 {
466 string ret_s;
467 ConfigGetText(path, ret_s);
468 return ret_s;
469 }
string path
Определения OptionSelectorMultistate.c:142
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.

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