Difference between revisions of "OnNiNodeUpdate - Form"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
*[[ActiveMagicEffect Script]] | *[[ActiveMagicEffect Script]] | ||
*[[Alias Script]] | |||
*[[Form Script]] | *[[Form Script]] | ||
*[[RegisterForNiNodeUpdate - Form]] | *[[RegisterForNiNodeUpdate - Form]] | ||
*[[UnregisterForNiNodeUpdate - Form]] | *[[UnregisterForNiNodeUpdate - Form]] |
Latest revision as of 22:47, 1 December 2021
Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script
Event called when a NetImmerse node is updated.
Syntax[edit | edit source]
Event OnNiNodeUpdate()
Parameters[edit | edit source]
None
Examples[edit | edit source]
Event OnNiNodeUpdate() Debug.Trace("An NiNode update event was received!") EndEvent