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

◆ RegisterProfilesOptions()

void CGame::RegisterProfilesOptions ( )
inlineprivate

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

1133 {
1134 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.CROSSHAIR, SHOW_CROSSHAIR);
1135 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.HUD, SHOW_HUD);
1136 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.HUD_VEHICLE, SHOW_HUD_VEHICLE);
1137 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.QUICKBAR, SHOW_QUICKBAR);
1138 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.SERVER_MESSAGES, SYSTEM_CHAT_MSG);
1139 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.USERS_CHAT, DIRECT_CHAT_MSG);
1140 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.RADIO_CHAT, RADIO_CHAT_MSG);
1141 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.GAME_MESSAGES, GAME_CHAT_MSG, false);
1142 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.ADMIN_MESSAGES, ADMIN_CHAT_MSG, false);
1143 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.PLAYER_MESSAGES, PLAYER_CHAT_MSG, false);
1144 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.SERVERINFO_DISPLAY, SHOW_SERVERINFO, true);
1145 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.BLEEDINGINDICATION, ENABLE_BLEEDINGINDICATION, true);
1146 m_DayZProfileOptions.RegisterProfileOptionBool(EDayZProfilesOptions.CONNECTIVITY_INFO, SHOW_CONNECTIVITYINFO, true);
1147
1148 m_DayZProfileOptions.RegisterProfileOptionFloat(EDayZProfilesOptions.HUD_BRIGHTNESS, HUD_BRIGHTNESS, 0.0);
1149
1150 m_DayZProfileOptions.RegisterProfileOptionInt(EDayZProfilesOptions.AMBIENT_MUSIC_MODE, OPTIONS_SOUND_AMBIENT_SOUND_MODE, 0);
1151 }
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
ref DayZProfilesOptions m_DayZProfileOptions
Определения DayZGame.c:923
const string GAME_CHAT_MSG
Определения constants.c:588
const string SYSTEM_CHAT_MSG
Определения constants.c:583
const string RADIO_CHAT_MSG
Определения constants.c:587
const string PLAYER_CHAT_MSG
Определения constants.c:590
const string DIRECT_CHAT_MSG
Определения constants.c:585
const string ADMIN_CHAT_MSG
Определения constants.c:589
const string OPTIONS_SOUND_AMBIENT_SOUND_MODE
Определения constants.c:609
const string SHOW_QUICKBAR
Определения constants.c:598
const string SHOW_SERVERINFO
Определения constants.c:606
const string SHOW_HUD_VEHICLE
Определения constants.c:600
const string SHOW_HUD
Определения constants.c:599
const string SHOW_CONNECTIVITYINFO
Определения constants.c:603
const string HUD_BRIGHTNESS
Определения constants.c:601
const string ENABLE_BLEEDINGINDICATION
Определения constants.c:602
const string SHOW_CROSSHAIR
Определения constants.c:605

Перекрестные ссылки 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().