Property | Type | Description | |
---|---|---|---|
VERSION | int |
Property | Type | Description | |
---|---|---|---|
networkManager | CaptainsMessNetworkManager, |
Method | Description | |
---|---|---|
IsReady ( ) : bool | ||
OnClientEnterLobby ( ) : void | ||
OnClientExitLobby ( ) : void | ||
OnClientReady ( bool readyState ) : void | ||
OnDestroy ( ) : void | ||
OnStartClient ( ) : void | ||
OnStartLocalPlayer ( ) : void | ||
SendNotReadyToBeginMessage ( ) : void | ||
SendReadyToBeginMessage ( ) : void |
Method | Description | |
---|---|---|
CmdSetBasePlayerInfo ( int aVersion, string aDeviceName, string aDeviceId, string aPeerId, int aPlayerIndex ) : void | ||
CmdSetReady ( bool r ) : void | ||
OnReadyChanged ( bool newValue ) : void |
public OnClientReady ( bool readyState ) : void | ||
readyState | bool | |
return | void |