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

◆ OnGetSessionError()

void BiosSessionService::OnGetSessionError ( EBiosError error)
inlineprotected

//! Callback function, not implemented

Callback function

Аргументы
errorerror indicating fail of the async operation. Cannot be OK.

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

202 {
203 OnlineServices.ErrorCaught( error );
205
206 #ifdef PLATFORM_MSSTORE
207 GetGame().GetCallQueue( CALL_CATEGORY_SYSTEM ).CallLater( TryGetSession, 100, false, "" );
208 #endif
209 #ifdef PLATFORM_XBOX
210 g_Game.GetCallQueue( CALL_CATEGORY_SYSTEM ).CallLater( TryGetSession, 100, false, "" );
211 #endif
212 #ifdef PLATFORM_PS4
213 g_Game.DisconnectSessionEx(DISCONNECT_SESSION_FLAGS_JOIN);
214 #endif
215 }
DayZGame g_Game
Определения DayZGame.c:3942
const int DISCONNECT_SESSION_FLAGS_JOIN
Определения DayZGame.c:14
int m_GetSessionAttempts
Определения BiosSessionService.c:3
void TryGetSession(string join_handle="")
Gets a session from a join handle.
Определения BiosSessionService.c:47
DayZGame GetGame()
Определения gameplay.c:636
const int CALL_CATEGORY_SYSTEM
Определения 3_Game/DayZ/tools/tools.c:8

Перекрестные ссылки CALL_CATEGORY_SYSTEM, DISCONNECT_SESSION_FLAGS_JOIN, OnlineServices::ErrorCaught(), g_Game, GetGame(), m_GetSessionAttempts и TryGetSession().