Difference between revisions of "RegisterForUpdateGameTime - Form"
Jump to navigation
Jump to search
m
RegisterForUpdateGameTime - Form (edit)
Revision as of 11:14, 8 October 2012
, 11:14, 8 October 2012→Examples: Floatified param
imported>JLundin |
imported>JustinOther m (→Examples: Floatified param) |
||
Line 20: | Line 20: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Register to be notified every in-game day | ; Register to be notified every in-game day | ||
RegisterForUpdateGameTime(24) | RegisterForUpdateGameTime(24.0) | ||
</source> | </source> | ||