Difference between revisions of "RegisterForNiNodeUpdate - Form"
Jump to navigation
Jump to search
(Created page with "Category:Scripting Category:Papyrus Category:Functions-Papyrus '''Member of:''' ObjectReference Script Activates this item with the specified reference as the...") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Functions-Papyrus]] | [[Category:Functions-Papyrus]] | ||
'''Member of:''' [[ObjectReference Script]] | '''Member of:''' [[ActiveMagicEffect Script]], [[Form Script]], [[ObjectReference Script]] | ||
Registers for the NiNodeUpdate event. | |||
== Syntax == | == Syntax == | ||
Line 18: | Line 18: | ||
== Examples == | == Examples == | ||
RegisterForNiNodeUpdate() ; Registers for the NiNodeUpdate event | |||
; | |||
== See Also == | == See Also == | ||
*[[ | *[[ActiveMagicEffect Script]] | ||
*[[ | *[[Alias Script]] | ||
*[[ | *[[Form Script]] | ||
*[[OnNiNodeUpdate - Form]] | |||
*[[UnregisterForNiNodeUpdate - Form]] | |||
*[[ | |||
*[[ |
Latest revision as of 22:47, 1 December 2021
Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script
Registers for the NiNodeUpdate event.
Syntax[edit | edit source]
Function RegisterForNiNodeUpdate() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
None
Examples[edit | edit source]
RegisterForNiNodeUpdate() ; Registers for the NiNodeUpdate event