Difference between revisions of "OnMenuOpenCloseEvent - ScriptObject"

added menus cheat sheet
imported>Google0013
m (As of Fallout 4 1.9.4, QuickContainerMenu is not a valid menu register. From Papyrus.log ```[08/07/2017 - 11:30:24AM] error: "QuickContainerMenu" is not a valid menu name.```)
imported>Qazaaq
(added menus cheat sheet)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Events]]
'''Member of:''' [[ScriptObject Script|ScriptObject]]
'''Member of:''' [[ScriptObject Script|ScriptObject]]


Line 31: Line 28:
endEvent
endEvent
</source>
</source>
== Menus ==
{{Template:Menus}}


== Notes ==
== Notes ==
*Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.
*Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.
*Valid menu names:
**BarterMenu
**BookMenu
**BSOverlayMenu
**CompanionMenu
**Console
**ConsoleNativeUIMenu
**ContainerMenu
**CookingMenu
**CreditsMenu
**CursorMenu
**DebugTextMenu
**DialogueMenu
**ExamineMenu
**FaderMenu
**FavoritesMenu
**GenericMenu
**GiftMenu
**HUDMenu
**InventoryMenu
**LevelUpMenu
**LoadingMenu
**LockpickingMenu
**LooksMenu
**MagicMenu
**MainMenu
**MessageBoxMenu
**MultiActivateMenu
**PauseMenu
**PipboyMenu
**PromptMenu
**QuantityMenu
**ScopeMenu
**SitWaitMenu
**SleepWaitMenu
**SPECIALMenu
**StatsMenu
**SWFLoaderMenu
**TerminalHolotapeMenu
**TerminalMenu
**VATSMenu
**VignetteMenu
**WorkshopMenu
**Workshop_CaravanMenu


== See Also ==
== See Also ==
Line 83: Line 39:
*[[RegisterForMenuOpenCloseEvent - ScriptObject]]
*[[RegisterForMenuOpenCloseEvent - ScriptObject]]
*[[UnregisterForMenuOpenCloseEvent - ScriptObject]]
*[[UnregisterForMenuOpenCloseEvent - ScriptObject]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Events]]
Anonymous user