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

◆ DecodeInitScript()

string PluginConfigHandler::DecodeInitScript ( string script)
inlineprotected

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

144 {
145 script.Replace( "^", "\"" );
146 script.Replace( "$", "\n" );
147 return script;
148 }
proto int Replace(string sample, string replace)
Replace all occurrances of 'sample' in 'str' by 'replace'.

Перекрестные ссылки string::Replace().

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