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

◆ OnUserLoggedOn()

void BiosUserManager::OnUserLoggedOn ( EBiosError error)
inlineprivate

Callback function.

Аргументы
errorerror indicating success or fail of the async operation.

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

129 {
130 if ( OnlineServices.ErrorCaught( error ) )
131 {
133 g_Game.DisconnectSessionEx(DISCONNECT_SESSION_FLAGS_FORCE);
134 }
135 }
enum DisconnectSessionFlags DISCONNECT_SESSION_FLAGS_FORCE
DayZGame g_Game
Определения DayZGame.c:3868
proto native Input GetInput()
proto native void ResetActiveGamepad()
clears active gamepad
proto native CGame GetGame()

Перекрестные ссылки DISCONNECT_SESSION_FLAGS_FORCE, OnlineServices::ErrorCaught(), g_Game, GetGame(), CGame::GetInput() и Input::ResetActiveGamepad().