DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetParamInt()
static
int
Surface::GetParamInt
(
string
surface_name
,
string
param_name
)
inline
static
private
См. определение в файле
Surface.c
строка
13
14
{
15
return
GetGame
().
ConfigGetInt
(
"CfgSurfaces "
+ surface_name +
" "
+ param_name);
16
}
CGame::ConfigGetInt
proto native int ConfigGetInt(string path)
Get int value from config on path.
GetGame
proto native CGame GetGame()
Перекрестные ссылки
CGame::ConfigGetInt()
и
GetGame()
.
Surface
Создано системой
1.13.2