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

◆ GetParamText()

static string Surface::GetParamText ( string surfaceName,
string paramName )
inlinestaticprivate

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

24 {
25 string output = "";
26 GetGame().ConfigGetText("CfgSurfaces " + surfaceName + " " + paramName, output);
27 return output;
28
29 }
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigGetText() и GetGame().

Используется в GetObjectNameFromSurfaceConfig().