UnregisterForAllRemoteEvents - ScriptObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ScriptObject

Unregisters this script from all remote events that it has registered for.

Only the script that unregisters for an event will stop receiving it. Other scripts attached to the same form, alias, or magic effect will still receive their events.

Syntax[edit | edit source]

Function UnregisterForAllRemoteEvents() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; We no longer care about any remote events, so clean up
UnregisterForAllRemoteEvents()

Notes[edit | edit source]

  • Aliases and quests will automatically unregister for their events when the quest stops. Active magic effects will automatically unregister when they are removed.

See Also[edit | edit source]