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

◆ RegisterProfilesOptions()

void CGame::RegisterProfilesOptions ( )
inlineprivate

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

1144 {
1145 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.CROSSHAIR, SHOW_CROSSHAIR);
1146 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.HUD, SHOW_HUD);
1147 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.HUD_VEHICLE, SHOW_HUD_VEHICLE);
1148 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.QUICKBAR, SHOW_QUICKBAR);
1149 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.SERVER_MESSAGES, SYSTEM_CHAT_MSG);
1150 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.USERS_CHAT, DIRECT_CHAT_MSG);
1151 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.RADIO_CHAT, RADIO_CHAT_MSG);
1152 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.GAME_MESSAGES, GAME_CHAT_MSG, false);
1153 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.ADMIN_MESSAGES, ADMIN_CHAT_MSG, false);
1154 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.PLAYER_MESSAGES, PLAYER_CHAT_MSG, false);
1155 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.SERVERINFO_DISPLAY, SHOW_SERVERINFO, true);
1156 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.BLEEDINGINDICATION, ENABLE_BLEEDINGINDICATION, true);
1157 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.CONNECTIVITY_INFO, SHOW_CONNECTIVITYINFO, true);
1158
1159 m_DayZProfileOptions.RegisterProfileOptionFloat(EDayZProfilesOptions.HUD_BRIGHTNESS, HUD_BRIGHTNESS, 0.0);
1160
1161 m_DayZProfileOptions.RegisterProfileOptionInt(EDayZProfilesOptions.AMBIENT_MUSIC_MODE, OPTIONS_SOUND_AMBIENT_SOUND_MODE, 0);
1162 }
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
ref DayZProfilesOptions m_DayZProfileOptions
Определения DayZGame.c:925
const string GAME_CHAT_MSG
Определения 3_Game/DayZ/constants.c:593
const string SYSTEM_CHAT_MSG
Определения 3_Game/DayZ/constants.c:588
const string RADIO_CHAT_MSG
Определения 3_Game/DayZ/constants.c:592
const string PLAYER_CHAT_MSG
Определения 3_Game/DayZ/constants.c:595
const string DIRECT_CHAT_MSG
Определения 3_Game/DayZ/constants.c:590
const string ADMIN_CHAT_MSG
Определения 3_Game/DayZ/constants.c:594
const string OPTIONS_SOUND_AMBIENT_SOUND_MODE
Определения 3_Game/DayZ/constants.c:614
const string SHOW_QUICKBAR
Определения 3_Game/DayZ/constants.c:603
const string SHOW_SERVERINFO
Определения 3_Game/DayZ/constants.c:611
const string SHOW_HUD_VEHICLE
Определения 3_Game/DayZ/constants.c:605
const string SHOW_HUD
Определения 3_Game/DayZ/constants.c:604
const string SHOW_CONNECTIVITYINFO
Определения 3_Game/DayZ/constants.c:608
const string HUD_BRIGHTNESS
Определения 3_Game/DayZ/constants.c:606
const string ENABLE_BLEEDINGINDICATION
Определения 3_Game/DayZ/constants.c:607
const string SHOW_CROSSHAIR
Определения 3_Game/DayZ/constants.c:610

Перекрестные ссылки ADMIN_CHAT_MSG, DIRECT_CHAT_MSG, ENABLE_BLEEDINGINDICATION, GAME_CHAT_MSG, HUD_BRIGHTNESS, m_DayZProfileOptions, OPTIONS_SOUND_AMBIENT_SOUND_MODE, PLAYER_CHAT_MSG, RADIO_CHAT_MSG, SHOW_CONNECTIVITYINFO, SHOW_CROSSHAIR, SHOW_HUD, SHOW_HUD_VEHICLE, SHOW_QUICKBAR, SHOW_SERVERINFO и SYSTEM_CHAT_MSG.

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