Method |
Description |
|
Authenticate ( string inputPassword ) : bool |
|
|
GetPrompt ( ) : string |
|
|
HandleTurnBattleMenu ( string command ) : void |
|
|
Player ( ) : System |
|
|
SendMessage ( string message ) : bool |
Add a message to the outgoing buffer, sending it to the Player at the next opportunity. |
|
SendMessage ( string message, string mobileMessage ) : bool |
|
|
SendMobileMessage ( string mobileMessage ) : bool |
|
|
SendOutgoingBuffer ( ) : bool |
Flushes the entire outbound buffer to the Player's connection. If the Player is not connected, nothing is done. |
|
iPlayer ( ) : void |
|
|