C# Class TDSM.Core.Command.Commands.VarCommand

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Initialise ( ) : void
VariableMan ( ISender sender, ArgumentList args ) : void

Allows on the fly variable modifications

Private Methods

Méthode Description
GetDataValue ( Type dataType, string val ) : object

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

VariableMan() public méthode

Allows on the fly variable modifications
public VariableMan ( ISender sender, ArgumentList args ) : void
sender ISender Sender.
args ArgumentList Arguments.
Résultat void