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

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

Méthodes publiques

Méthode 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 méthode

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

Initialise() public méthode

public Initialise ( ) : void
Résultat void

Time() public méthode

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