Background for Skyrim SE
Member of the Alias script
voidfunctionRegisterForMenu(stringmenuName)Native

Description

Documentation Comment

Registers for OnMenuOpen and OnMenuClose events for the given menu.
Registrations have to be refreshed after each game load.
For a list of valid menu names, see UI.psc.


Caveats


Parameters

stringmenuName


Examples

Auto-Generated Example

string myString__menuName

myAlias__toCallFunctionOn.RegisterForMenu(myString__menuName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.