PartyChatControlJoinedNetworkStateChange
Information specific to the ChatControlJoinedNetwork type of state change.
Syntax
struct PartyChatControlJoinedNetworkStateChange : PartyStateChange {
PartyNetwork* network;
PartyChatControl* chatControl;
}
Members
network
PartyNetwork*
The network joined.
chatControl
PartyChatControl*
The chat control that joined the network.
Requirements
Header: Party.h