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

◆ ParsePartyAsync()

proto native EBiosError BiosUserManager::ParsePartyAsync ( string party_data)
private

Parse the party data from from command line parameters.

The async result is returned in the OnPartyHost callback. The OnPartyHost callback is called also during runtime when a player hosts a game for the party. Expected errors: BAD_PARAMETER - join_data could not be parsed,

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

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