Difference between revisions of "User:Rasikko"

Jump to navigation Jump to search
3 bytes added ,  07:51, 12 February 2018
m
imported>Rasikko
imported>Rasikko
Line 133: Line 133:
Various functions for dealing with the months, weeks, or days. Months in Skyrim are index based. Meaning Morning Star is Month 0, and Evening Star is Month 11.
Various functions for dealing with the months, weeks, or days. Months in Skyrim are index based. Meaning Morning Star is Month 0, and Evening Star is Month 11.
Days of the week are also index based, where Sundas is 0, and Loredas is 6. One day passes on Morndas, 18th, Last Seed,4E201. The game starts at 8:00AM, Sundas, 17th Last Seed 4E 201, which is exactly 16 hours til the next day.
Days of the week are also index based, where Sundas is 0, and Loredas is 6. One day passes on Morndas, 18th, Last Seed,4E201. The game starts at 8:00AM, Sundas, 17th Last Seed 4E 201, which is exactly 16 hours til the next day.
<br>
<br/>
The following function is the same as using GameDay.GetValue(), but without using a property or [[GetValue - GlobalVariable]]. The idea behind all the following functions is to server an alternative to properties.
The following function is the same as using GameMonth.GetValue(), but without using a property or [[GetValue - GlobalVariable]]. The idea behind all the following functions is to server an alternative to properties.
<source lang="papyrus">
<source lang="papyrus">
Int Function GetCurrentGameMonth() Global
Int Function GetCurrentGameMonth() Global
Anonymous user

Navigation menu