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

◆ GetParamInt()

static int Surface::GetParamInt ( string surface_name,
string param_name )
inlinestaticprivate

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

14 {
15 return GetGame().ConfigGetInt("CfgSurfaces " + surface_name + " " + param_name);
16 }
proto native int ConfigGetInt(string path)
Get int value from config on path.
proto native CGame GetGame()

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