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

◆ ConfigGetTextRaw()

proto bool CGame::ConfigGetTextRaw ( string path,
out string value )
private

Get raw 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.
valueoutput in raw format (localization keys '$STR_' are not translated)
Возвращает
true on success
Заметки
use 'FormatRawConfigStringKeys' method to change localization keys to script-friendly

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

Используется в LiquidInfo::Init() и UpdateConstructionParts().