UOX3 Script Engine

API and Event handling

Time Related Functions

GetHour
Prototype
int GetHour();
PurposeReturns the hour of the day
Example of Usage
var iHour = GetHour();

 

GetMinute
Prototype
int GetMinute();
PurposeReturns the minute of the day
Example of Usage
var iMinute = GetMinute();

 

GetDay
Prototype
int GetDay();
PurposeReturns the day number of the server (UO days since start)
Example of Usage
var iDay = GetDay();

 

SecondsPerUOMinute
Prototype
int SecondsPerUOMinute( [numSecs] );
PurposeSets and Returns the number of real seconds which equal a UO minute
Example of Usage
var iNumSecs = SecondsPerUOMinute();
SecondsPerUOMinute( newNumSecs );

 

GetCurrentClock
Prototype
int GetCurrentClock();
PurposeReturns server's uiCurrentTime, or number of clock ticks elapsed since startup
Example of Usage
var iTime = GetCurrentClock();
©Copyright 2000-2001 WWW.UOX3.NET (Daniel Stratton/Matthew Randall)