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

◆ FormatRawConfigStringKeys()

bool CGame::FormatRawConfigStringKeys ( inout string value)
inlineprivate

Changes localization key format to script-friendly format.

Аргументы
originalconfig string.
Возвращает
value output string with '$' substituted to script-friendly '#'. If not found, does nothing.

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

476 {
477 int ret;
478 ret = value.Replace("$STR_","#STR_");
479 return ret > 0;
480 }

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