PartyNetworkDescriptorChangedStateChange
Information specific to the NetworkDescriptorChanged type of state change.
Syntax
struct PartyNetworkDescriptorChangedStateChange : PartyStateChange {
PartyNetwork* network;
}
Members
network
PartyNetwork*
The network where the network descriptor changed.
Remarks
This state change is generated when the network descriptor of a network changes due to migration from one server to another. Use PartyNetwork::GetNetworkDescriptor() to get the new network descriptor. The old network descriptor is no longer guaranteed to be usable for connecting to the network, so any outstanding external references to the old network descriptor (such as invitations sent over a social network) should be updated.
Requirements
Header: Party.h