UnregisterForMenu - Form

From the CreationKit Wiki
Revision as of 01:32, 11 October 2012 by imported>JustinOther (UI Script Δ Form Script)
Jump to navigation Jump to search

SKSE Member of: Form Script

Minimum required SKSE Version: 1.06.00

Unregisters the given menu, previously registered with RegisterForMenu. (This function requires SKSE)

Syntax

Function UnregisterForMenu(String MenuName) Native

Parameters

  • MenuName: The menu to stop listening for.

Return Value

None

Examples

kYourForm.UnegisterForMenu("ContainerMenu") ; Stop listening for ContainerMenu

Notes

None

See Also