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 NetworkDestroyed type of state change.
Syntax
struct PartyNetworkDestroyedStateChange : PartyStateChange {
PartyDestroyedReason reason;
PartyError errorDetail;
PartyNetwork* network;
}
Members
reason PartyDestroyedReason
Indicates why the network was destroyed.
errorDetail PartyError
A diagnostic value providing additional troubleshooting information regarding any potential error condition.
The human-readable form of this error detail can be retrieved via PartyManager::GetErrorMessage().
network PartyNetwork*
The network that was destroyed.
Requirements
Header: Party.h