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

◆ OnLoadVoicePrivilege()

static void OnlineServices::OnLoadVoicePrivilege ( EBiosError err)
inlinestaticprotected

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

463 {
464 if ( g_Game.GetGameState() == DayZGameState.IN_GAME )
465 {
466 #ifdef PLATFORM_PS4
468 #endif
470 }
471 }
DayZGame g_Game
Определения DayZGame.c:3868
proto native World GetWorld()
static bool ErrorCaught(EBiosError error)
Определения OnlineServices.c:82
proto native bool DisableReceiveVoN(bool disable)
proto native void DisableTransmitVoN(bool disable)
proto native CGame GetGame()

Перекрестные ссылки World::DisableReceiveVoN(), World::DisableTransmitVoN(), ErrorCaught(), g_Game, GetGame() и CGame::GetWorld().

Используется в BiosPrivacyService::OnPrivilege().