DayZ 1.27
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

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

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

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

Используется в GetItemDisplayName(), Hologram::Hologram(), Ammo_40mm_Smoke_ColorBase::OnVariablesSynchronized(), BleedingSourcesManagerBase::ProcessHit() и Hologram::RefreshVisual().