C# Class MCDawn.Commands.GameControl.Stat

Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Свойство Type Description
message string[]

Méthodes publiques

Méthode 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 méthode

public GetComplete ( ) : bool
Résultat bool

SendToGameOPs() public méthode

public SendToGameOPs ( Game g ) : void
g Game
Résultat void

SendToGameOPs() public static méthode

public static SendToGameOPs ( Game g, string message ) : void
g Game
message string
Résultat void

SendToLevel() public méthode

public SendToLevel ( Level l ) : void
l Level
Résultat void

SendToLevel() public static méthode

public static SendToLevel ( Level l, string message ) : void
l Level
message string
Résultat void

SendToPlayer() public méthode

public SendToPlayer ( Player p ) : void
p Player
Résultat void

SendToPlayer() public static méthode

public static SendToPlayer ( Player p, string message ) : void
p Player
message string
Résultat void

SetCompletingStatus() public méthode

public SetCompletingStatus ( bool b ) : void
b bool
Résultat void

Stat() public méthode

public Stat ( ) : System
Résultat System

Stat() public méthode

public Stat ( bool aCheck, string aMessage ) : System
aCheck bool
aMessage string
Résultat System

Property Details

message public_oe property

public string[] message
Résultat string[]