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

◆ LeaveGameplaySessionAsync()

proto native EBiosError BiosSessionService::LeaveGameplaySessionAsync ( string session_address,
int session_port )
protected

Leave a gameplay session.

The async result is returned in the OnLeaveGameplaySession callback. If there is an unexpected error the state is cleared. Expected errors: ERR_NOT_FOUND - when attempting to leave a gameplay session the user is not part of. ERR_LOGICAL - when the user is not in a gameplay session.

Аргументы
session_addressserver IP address.
session_portserver port.
Возвращает
EBiosError indicating if the async operation is pending.