Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information specific to the InvitationCreated type of state change.
Syntax
struct PartyInvitationCreatedStateChange : PartyStateChange {
PartyNetwork* network;
PartyInvitation* invitation;
}
Members
network PartyNetwork*
The network of the invitation that was created.
invitation PartyInvitation*
The invitation that was created.
Upon receiving this state change, the invitation object will be queryable via PartyNetwork::GetInvitations().
Requirements
Header: Party.h