Method | Description | |
---|---|---|
CheckArgs ( int needArgs, int args ) : bool | ||
IsInGame ( ) : bool | ||
IsLoggedIn ( ) : bool | ||
IsNotInGame ( ) : bool | ||
IsNotLoggedIn ( ) : bool | ||
Print ( string toPrint ) : void |
public static CheckArgs ( int needArgs, int args ) : bool | ||
needArgs | int | |
args | int | |
return | bool |
public static Print ( string toPrint ) : void | ||
toPrint | string | |
return | void |