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

◆ SetGameplayActivityAsync()

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

Sets the activity to a gameplay session.

The async result is returned in the OnSetActivity callback. Expected errors: ERR_NOT_FOUND - when attempting to set a gameplay session activity the user is not part of.

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

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