Difference between revisions of "UnregisterForNiNodeUpdate - Form"

From the CreationKit Wiki
Jump to navigation Jump to search
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

See Also