C# Class MCDawn.Commands.GameControl.Stat

Mostra file Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
message string[]

Public Methods

Method Description
GetComplete ( ) : bool
SendToGameOPs ( Game g ) : void
SendToGameOPs ( Game g, string message ) : void
SendToLevel ( Level l ) : void
SendToLevel ( Level l, string message ) : void
SendToPlayer ( Player p ) : void
SendToPlayer ( Player p, string message ) : void
SetCompletingStatus ( bool b ) : void
Stat ( ) : System
Stat ( bool aCheck, string aMessage ) : System

Method Details

GetComplete() public method

public GetComplete ( ) : bool
return bool

SendToGameOPs() public method

public SendToGameOPs ( Game g ) : void
g Game
return void

SendToGameOPs() public static method

public static SendToGameOPs ( Game g, string message ) : void
g Game
message string
return void

SendToLevel() public method

public SendToLevel ( Level l ) : void
l Level
return void

SendToLevel() public static method

public static SendToLevel ( Level l, string message ) : void
l Level
message string
return void

SendToPlayer() public method

public SendToPlayer ( Player p ) : void
p Player
return void

SendToPlayer() public static method

public static SendToPlayer ( Player p, string message ) : void
p Player
message string
return void

SetCompletingStatus() public method

public SetCompletingStatus ( bool b ) : void
b bool
return void

Stat() public method

public Stat ( ) : System
return System

Stat() public method

public Stat ( bool aCheck, string aMessage ) : System
aCheck bool
aMessage string
return System

Property Details

message public_oe property

public string[] message
return string[]