C# Class SteamBot.command.CommandInfo

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
CommandInfo ( SteamID steamid, String args, String argsStr ) : SteamKit2
getArg ( int index ) : String
getArg ( int index, String def ) : String
getArg ( int index, int def ) : int
getArgs ( ) : String[]
getArgsStr ( ) : String
getSteamid ( ) : SteamID

Method Details

CommandInfo() public méthode

public CommandInfo ( SteamID steamid, String args, String argsStr ) : SteamKit2
steamid SteamKit2.SteamID
args String
argsStr String
Résultat SteamKit2

getArg() public méthode

public getArg ( int index ) : String
index int
Résultat String

getArg() public méthode

public getArg ( int index, String def ) : String
index int
def String
Résultat String

getArg() public méthode

public getArg ( int index, int def ) : int
index int
def int
Résultat int

getArgs() public méthode

public getArgs ( ) : String[]
Résultat String[]

getArgsStr() public méthode

public getArgsStr ( ) : String
Résultat String

getSteamid() public méthode

public getSteamid ( ) : SteamID
Résultat SteamKit2.SteamID