Difference between revisions of "UnregisterForNiNodeUpdate - Form"
Jump to navigation
Jump to search
m (Cecell moved page UnregisterForNiNodeUpdate to UnregisterForNiNodeUpdate - Form) |
|||
Line 18: | Line 18: | ||
== Examples == | == Examples == | ||
UnregisterForNiNodeUpdate() ; Unregisters for the NiNodeUpdate event | |||
== See Also == | == See Also == | ||
*[[ActiveMagicEffect Script]] | *[[ActiveMagicEffect Script]] |
Revision as of 22:30, 1 December 2021
Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script
Unregisters for the NiNodeUpdate event.
Syntax
Function UnregisterForNiNodeUpdate() native
Parameters
None
Return Value
None
Examples
UnregisterForNiNodeUpdate() ; Unregisters for the NiNodeUpdate event