Time: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: = Time = All time data is located within the time block. Time of day as it is shown on the watch (mouse over the day icon on the minimap) is locked to the apearence of the day. So 12:00 w...)
 
No edit summary
Line 6: Line 6:
While changes to the WorldTimeOfDay is a instant change and will force the timeofday to change too.
While changes to the WorldTimeOfDay is a instant change and will force the timeofday to change too.


Offset Description
'''Offset Description'''
0x0  TimeInMinutes(int)
0x0  TimeInMinutes(int)
0x4  TimeInHours(int)
0x4  TimeInHours(int)
0x2C  TimeSpeed(float)
0x2C  TimeSpeed(float)
0x30  WorldTimeOfDay(float)
0x30  WorldTimeOfDay(float)

Revision as of 12:38, 21 July 2007

Time

All time data is located within the time block. Time of day as it is shown on the watch (mouse over the day icon on the minimap) is locked to the apearence of the day. So 12:00 will bring midday while 0:00 will bring night. Changes to the time it self will be updated every tick (1min). While changes to the WorldTimeOfDay is a instant change and will force the timeofday to change too.

Offset	Description
0x0   	TimeInMinutes(int)
0x4   	TimeInHours(int)
0x2C   	TimeSpeed(float)
0x30   	WorldTimeOfDay(float)