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

◆ GetSessionAsync()

proto native EBiosError BiosSessionService::GetSessionAsync ( string join_handle)
protected

Gets a session from a join handle.

The async result is returned in the OnGetGameplaySession, OnGetLobbySession or OnGetSessionError callback, dependinng on the type of session, or error. Expected errors:

Аргументы
join_handlethe parsed join handle.
Возвращает
EBiosError indicating if the async operation is pending.

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