Difference between revisions of "RegisterForNiNodeUpdate - Form"

From the CreationKit Wiki
Jump to navigation Jump to search
Line 18: Line 18:


== Examples ==
== Examples ==
RegisterForNiNodeUpdate() ; Registers for the NiNodeUpdate event
== See Also ==
== See Also ==
*[[ActiveMagicEffect Script]]
*[[ActiveMagicEffect Script]]

Revision as of 22:31, 1 December 2021

Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script

Registers for the NiNodeUpdate event.

Syntax

Function RegisterForNiNodeUpdate() native

Parameters

None

Return Value

None

Examples

RegisterForNiNodeUpdate() ; Registers for the NiNodeUpdate event

See Also