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

Inheritance: CoreCommand
Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
FastForwardTime ( ISender sender, ArgumentList args ) : void

Fast forwards time

Initialise ( ) : void
Time ( ISender sender, ArgumentList args ) : void

Sets the time in the game.

Method Details

FastForwardTime() public method

Fast forwards time
public FastForwardTime ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void

Initialise() public method

public Initialise ( ) : void
return void

Time() public method

Sets the time in the game.
public Time ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void