GetTime
Gets the current time in the world.
C# Syntax
TimeSpan NAPI.World.GetTime();
Example
[Command("gettime")]
public void GetTimeCommand(Client sender)
{
sender.sendChatMessage("Time: " + NAPI.World.GetTime().ToString());
}
Gets the current time in the world.
TimeSpan NAPI.World.GetTime();
[Command("gettime")]
public void GetTimeCommand(Client sender)
{
sender.sendChatMessage("Time: " + NAPI.World.GetTime().ToString());
}