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

◆ ParseJoinAsync()

proto native EBiosError BiosUserManager::ParseJoinAsync ( string join_data)
private

Parse the join data from from command line parameters.

The async result is returned in the OnJoin callback. The OnJoin callback is called also during runtime when a join is accepted. Expected errors: BAD_PARAMETER - join_data could not be parsed,

Аргументы
join_datathe startup join data from command line parameters.
Возвращает
EBiosError indicating if the async operation is pending.

Используется в CGame::JoinLaunch().