World of Warcraft TimeOffset


File Name TimeOffset-v1.0.zip
File Type ZIP
Developer EyesMcFly
Operating System Windows
File Size 0.00 MB
Created 02/07/2006
Updated 02/07/2006
Downloads 17 times
Download time  
Modem: 0 min 0 sec
ISDN: 0 min 0 sec
DSL: 0 min 0 sec
CABLE: 0 min 0 sec
T1: 0 min 0 sec

World of Warcraft TimeOffset
Rating: 0.00/5.00
Rated by: 0 users
Rate it:
Please scroll down for the download button and more file information.

Download World of Warcraft TimeOffset
File Description
Description :
TimeOffset - by EyesMcFly of Stonemaul

Version
-------
1.0


Istall
------
Unzip the contents of this zip file into your World of WarcraftInterfaceAddOns folder.

In game type /to or /timeoffset for further instructions.


Usage
-----
TimeOffset allows the user to sync game time with local time.
The sync time can then be used by other mods.


Users
-----
The only reason you should be using this mod is if it is a (optional) dependancy of another mod you are using.


Mod Developers
--------------
If you plan on making TimeOffset an (optional) dependancy in your mod here are the basic ways to use TimeOffset with your mod.


To check if TimeOffset is installed:

> if TimeOffset then
> -- TimeOffset is installed
> -- Feel free to call TimeOffset's date / time functions.
> else
> -- TimeOffset is NOT installed
> -- Do not attempt to call any TimeOffset functions.
> end

To access Timeoffset's date / time functions:

Local timestamp: --same as: timestamp = time();

> timestamp = TimeOffset_GetLocalStamp();


Local date/time array: --same as: date = date('*t');

> date = TimeOffset_GetLocalArray();

or

> hour,min,wday,year,yday,month,sec,day,isdst = TimeOffset_GetLocalArray(); --same as: date('*t');


Synced timestamp:

> timestamp = TimeOffset_GetSyncStamp();


Synced date/time array:

> date = TimeOffset_GetSyncArray();

or

> hour,min,wday,year,yday,month,sec,day,isdst = TimeOffset_GetSyncArray();



 
















































































Newest Downloads

12/16/2009 - 12/19/2009


12/19/2009
12/18/2009
12/18/2009
12/18/2009
12/16/2009
12/16/2009
12/16/2009
12/16/2009
12/16/2009
12/16/2009
12/15/2009
12/15/2009
12/15/2009
12/15/2009
12/14/2009