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

Inheritance: CoreCommand
Datei anzeigen Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Initialise ( ) : void
VariableMan ( ISender sender, ArgumentList args ) : void

Allows on the fly variable modifications

Private Methods

Method Description
GetDataValue ( Type dataType, string val ) : object

Method Details

Initialise() public method

public Initialise ( ) : void
return void

VariableMan() public method

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