См. определение в файле DayZGame.c строка 2070
2071 {
2072 ParticleList.PreloadParticles();
2073
2076
2080
2082 {
2083 string param;
2084
2086 {
2088 #ifndef PLATFORM_PS4
2090 #endif
2091 }
2093 {
2095 }
2097 {
2099 }
2101 {
2103 }
2105 {
2107 }
2108 else
2109 {
2111 }
2112
2113 return true;
2114 }
2115
2116 return false;
2117 }
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().