Difference between revisions of "User:Rasikko"

9 bytes added ,  15:31, 31 August 2018
no edit summary
imported>Scrivener07
imported>Scrivener07
Line 9: Line 9:
<br>
<br>
The last method is through GetFormFromFile and pulls the global instead of making it a property.
The last method is through GetFormFromFile and pulls the global instead of making it a property.
<source lang="papyrus">Float daysPassed = (Game.GetFormFromFile(0x00000039, "Fallout4.ESM") as GlobalVariable).GetValue()
<source lang="papyrus">Float daysPassed = (Game.GetFormFromFile(0x00000039, "Fallout4.ESM") as GlobalVariable).GetValue()</source>
<br>
<br>
Using any of them, you pass into the arguments where needed for the following functions:
Using any of them, you pass into the arguments where needed for the following functions:
Anonymous user