Choose your implementation method:
This data structure is part of the Sessions Interface.
Properties
EOS_Sessions_RegisterPlayersCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
void* ClientData
|
Context that was passed into EOS_Sessions_RegisterPlayers
|
EOS_ProductUserId* RegisteredPlayers
|
The players that were successfully registered
|
uint32_t RegisteredPlayersCount
|
The number of players successfully registered
|
EOS_ProductUserId* SanctionedPlayers
|
The players that failed to register because they are sanctioned
|
uint32_t SanctionedPlayersCount
|
The number of players that failed to register because they are sanctioned
|
This data structure is part of the Sessions Interface.
Properties
Sessions.RegisterPlayersCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_Sessions_RegisterPlayers
|
ProductUserId[] RegisteredPlayers
|
The players that were successfully registered
|
ProductUserId[] SanctionedPlayers
|
The players that failed to register because they are sanctioned
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no