C# Class ChessConsole.Utils

Show file Open project: Beginner7/Command2

Public Methods

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

Method Details

CheckArgs() public static method

public static CheckArgs ( int needArgs, int args ) : bool
needArgs int
args int
return bool

IsInGame() public static method

public static IsInGame ( ) : bool
return bool

IsLoggedIn() public static method

public static IsLoggedIn ( ) : bool
return bool

IsNotInGame() public static method

public static IsNotInGame ( ) : bool
return bool

IsNotLoggedIn() public static method

public static IsNotLoggedIn ( ) : bool
return bool

Print() public static method

public static Print ( string toPrint ) : void
toPrint string
return void