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

◆ InviteToGameplaySessionAsync()

proto native EBiosError BiosSessionService::InviteToGameplaySessionAsync ( string session_address,
int session_port,
array< string > invitee_list )
protected

Send invite to list of users.

The async result is returned in the OnInviteToGameplaySession callback. The user must be inside the session. That means, OnEnterGameplaySession must be called with no errors.

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

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