C# Class ChessConsole.Utils

Afficher le fichier Open project: Beginner7/Command2

Méthodes publiques

Méthode Description
CheckArgs ( int needArgs, int args ) : bool
IsInGame ( ) : bool
IsLoggedIn ( ) : bool
IsNotInGame ( ) : bool
IsNotLoggedIn ( ) : bool
Print ( string toPrint ) : void

Method Details

CheckArgs() public static méthode

public static CheckArgs ( int needArgs, int args ) : bool
needArgs int
args int
Résultat bool

IsInGame() public static méthode

public static IsInGame ( ) : bool
Résultat bool

IsLoggedIn() public static méthode

public static IsLoggedIn ( ) : bool
Résultat bool

IsNotInGame() public static méthode

public static IsNotInGame ( ) : bool
Résultat bool

IsNotLoggedIn() public static méthode

public static IsNotLoggedIn ( ) : bool
Résultat bool

Print() public static méthode

public static Print ( string toPrint ) : void
toPrint string
Résultat void