Difference between revisions of "StartTimer - ScriptObject"

Move categories to bottom of page and bulleted the second note. Thanks SKK50
imported>Illyism
imported>Qazaaq
(Move categories to bottom of page and bulleted the second note. Thanks SKK50)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Non-Delayed Native Functions]]
'''Member of:''' [[ScriptObject Script]]
'''Member of:''' [[ScriptObject Script]]


Line 31: Line 28:


== Notes ==
== Notes ==
The time will be affected by the global time modifier. So if, for example, VATS fires off and slows down time, it will affect these timers as well.
*The time will be affected by the global time modifier. So if, for example, VATS fires off and slows down time, it will affect these timers as well.
 
*Timers on ObjectReference scripts must have an explicit aiTimerID parameter, the default implicit timer ID 0 will never start.
Timers on ObjectReference scripts must have an explicit aiTimerID stated, the default implicit timer id 0 will never start.


== See Also ==
== See Also ==
Line 39: Line 35:
*[[CancelTimer - ScriptObject]]
*[[CancelTimer - ScriptObject]]
*[[OnTimer - ScriptObject]]
*[[OnTimer - ScriptObject]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Non-Delayed Native Functions]]
Anonymous user