Difference between revisions of "Special variables"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
 
imported>JOG
Line 1: Line 1:
Some global variables are predefined and handled and/or updated by the game-engine itself.  
Some [[Declaring_variables|global]] variables are predefined and handled and/or updated by the game-engine itself.  


<pre>
<pre>

Revision as of 06:49, 24 March 2006

Some global variables are predefined and handled and/or updated by the game-engine itself.

short GameYear        The current year

short GameMonth       The current month

short GameDay         The current day

float GameHour        The current hour (0-24 hours)


short TimeScale       Minutes that pass in-game within one minute of real-life


short GameDaysPassed  Days that passed since the beginning of the game