Background for Skyrim SE
Member of the Form script
voidfunctionUnregisterForMenu(stringmenuName)Native

Description

Wiki Description

Unregisters the UI, previously registered with Form.RegisterForMenu(...). (This function requires SKSE)


Caveats

CK Wiki - Notes

None


Parameters

stringmenuName

CK Wiki Description

The UI to stop listening for.


Examples

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

Auto-Generated Example

string myString__menuName

myForm__toCallFunctionOn.UnregisterForMenu(myString__menuName)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.