Difference between revisions of "Category:Time Functions"
Jump to navigation
Jump to search
imported>ShadowDancer |
imported>ShadowDancer (Added game month names for script/quest inclusion) |
||
Line 44: | Line 44: | ||
| 0 | | 0 | ||
| Morningstar | | Morningstar | ||
| Same # of days as January | | Same # of days as January (31) | ||
|- | |- | ||
| 1 | | 1 | ||
Line 52: | Line 52: | ||
| 2 | | 2 | ||
| First Seed | | First Seed | ||
| Same # of days as March | | Same # of days as March (31) | ||
|- | |- | ||
| 3 | | 3 | ||
| Rain's Hand | | Rain's Hand | ||
| Same # of days as April | | Same # of days as April (30) | ||
|- | |- | ||
| 4 | | 4 | ||
| Second Seed | | Second Seed | ||
| Same # of days as May | | Same # of days as May (31) | ||
|- | |- | ||
| 5 | | 5 | ||
| Mid-Year | | Mid-Year | ||
| Same # of days as June | | Same # of days as June (30) | ||
|- | |- | ||
| 6 | | 6 | ||
| Sun's Height | | Sun's Height | ||
| Same # of days as July | | Same # of days as July (31) | ||
|- | |- | ||
| 7 | | 7 | ||
| Last Seed | | Last Seed | ||
| Same # of days as August | | Same # of days as August (31) | ||
|- | |- | ||
| 8 | | 8 | ||
| Heartfire | | Heartfire | ||
| Same # of days as September | | Same # of days as September (30) | ||
|- | |- | ||
| 9 | | 9 | ||
| Frost Fall | | Frost Fall | ||
| Same # of days as October | | Same # of days as October (31) | ||
|- | |- | ||
| 10 | | 10 | ||
| Sun's Dusk | | Sun's Dusk | ||
| Same # of days as November | | Same # of days as November (30) | ||
|- | |- | ||
| 11 | | 11 | ||
| Evening Star | | Evening Star | ||
| Same # of days as December | | Same # of days as December (31) | ||
|- | |- | ||
|} | |} |
Revision as of 11:47, 4 July 2006
Several global variables deal with time:
Type | Name | Description |
---|---|---|
short | GameYear | The current year (the game begins in 427) |
short | GameMonth | The current month (0-11) |
short | GameDay | The current day of the month (0-31) depending on month |
float | GameHour | The current hour (0-23 hours) |
short | TimeScale | Minutes that pass in-game within one minute of real-life |
short | GameDaysPassed | How many days have passed in the current game.
This is most useful in tracking the passage of time in scripts. |
GameMonth | Name | Description |
---|---|---|
0 | Morningstar | Same # of days as January (31) |
1 | Sun's Dawn | Same # of days as February (28) |
2 | First Seed | Same # of days as March (31) |
3 | Rain's Hand | Same # of days as April (30) |
4 | Second Seed | Same # of days as May (31) |
5 | Mid-Year | Same # of days as June (30) |
6 | Sun's Height | Same # of days as July (31) |
7 | Last Seed | Same # of days as August (31) |
8 | Heartfire | Same # of days as September (30) |
9 | Frost Fall | Same # of days as October (31) |
10 | Sun's Dusk | Same # of days as November (30) |
11 | Evening Star | Same # of days as December (31) |
The following functions are also available:
Pages in category "Time Functions"
The following 4 pages are in this category, out of 4 total.