Difference between revisions of "OnNiNodeUpdate - Form"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Event OnNiNodeUpdate() | |||
</source> | </source> | ||
== Parameters == | == Parameters == | ||
None | None | ||
Line 24: | 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