Difference between revisions of "GetDayOfWeek"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>QQuix
(Added a note about the Day of the Week not being automatically updated if the game date is changed)
 
(One intermediate revision by one other user not shown)
Line 31: Line 31:
|-
|-
|}
|}
==Notes==
* The day of the week is not updated if the game date is changed by some mod changing the GameDay or GameMonth [[Special variables]].


[[Category: Functions]]
[[Category: Functions]]
Line 37: Line 40:
[[Category: Time Functions]]
[[Category: Time Functions]]
[[Category: Time Functions (CS 1.0)]]
[[Category: Time Functions (CS 1.0)]]
<!-- Begin Search Terms
Get
Day
Of
Week
End Search Terms -->

Latest revision as of 05:12, 26 March 2016

Returns the current day of the week:

0 Sundas Sunday
1 Morndas Monday
2 Tirdas Tuesday
3 Middas Wednesday
4 Turdas Thursday
5 Fredas Friday
6 Loredas Saturday

Notes[edit | edit source]

  • The day of the week is not updated if the game date is changed by some mod changing the GameDay or GameMonth Special variables.