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

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

Public Methods

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

Executes the world data save routine.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

SaveAll() public method

Executes the world data save routine.
public SaveAll ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void