C# Class DSPUtil.SlimPlayer

SlimPlayer class provides methods to access a single player's functionality.
Exibir arquivo Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Methods

Method Description
Attribute ( string name ) : string
Button ( string button ) : void
Show ( string header, string message, int secs ) : void

Show a message on the player screen.

ShowBriefly ( string message ) : void

Show a message briefly on the player screen.

SlimPlayer ( SlimCLI server, string>.Dictionary attributes ) : System
SlimPlayer ( SlimCLI server, string playerID ) : System
ToString ( ) : string

Method Details

Attribute() public method

public Attribute ( string name ) : string
name string
return string

Button() public method

public Button ( string button ) : void
button string
return void

Show() public method

Show a message on the player screen.
public Show ( string header, string message, int secs ) : void
header string
message string Message to display
secs int
return void

ShowBriefly() public method

Show a message briefly on the player screen.
public ShowBriefly ( string message ) : void
message string Message to display
return void

SlimPlayer() public method

public SlimPlayer ( SlimCLI server, string>.Dictionary attributes ) : System
server SlimCLI
attributes string>.Dictionary
return System

SlimPlayer() public method

public SlimPlayer ( SlimCLI server, string playerID ) : System
server SlimCLI
playerID string
return System

ToString() public method

public ToString ( ) : string
return string