Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DACState ¶
type DACState struct { // ConnectionStatus is the status of the connection to the GC. ConnectionStatus gcsdkm.GCConnectionStatus // Lobby is the current lobby object. Lobby *gcmm.CSODACLobby // Party is the current party object. Party *gcmm.CSODACLobby // PartyInvite is the active incoming party invite. // PartyInvite *gcmm.CSODOTAPartyInvite // LastConnectionStatusUpdate is the last connection state update we received. LastConnectionStatusUpdate *gcsdkm.CMsgConnectionStatus }
DACState is a snapshot of the client state at a point in time.
Click to show internal directories.
Click to hide internal directories.