См. определение в файле DayZGame.c строка 2058
2059 {
2060 ParticleList.PreloadParticles();
2061
2064
2068
2070 {
2071 string param;
2072
2074 {
2076 #ifndef PLATFORM_PS4
2078 #endif
2079 }
2081 {
2083 }
2085 {
2087 }
2089 {
2091 }
2093 {
2095 }
2096 else
2097 {
2099 }
2100
2101 return true;
2102 }
2103
2104 return false;
2105 }
proto native void GetProfileStringList(string name, out TStringArray values)
Gets array of strings from profile variable.
void RegisterProfilesOptions()
void AutoTestLaunch(string param)
ref TStringArray m_Visited
DayZLoadState GetLoadState()
float GetHUDBrightnessSetting()
void SetHudBrightness(float value)
array< string > TStringArray
proto bool GetCLIParam(string param, out string val)
Returns command line argument.
Перекрестные ссылки AutoTestLaunch(), ConnectLaunch(), CreateTitleScreen(), GetCLIParam(), GetHUDBrightnessSetting(), GetLoadState(), GetProfileStringList(), InitNotifications(), JoinLaunch(), m_Visited, MainMenuLaunch(), MissionLaunch(), PartyLaunch(), ParticleList::PreloadParticles(), RegisterProfilesOptions() и SetHudBrightness().