Difference between revisions of "OnMenuOpenCloseEvent - ScriptObject"

m
→‎Notes: >_> seems I can preview as much as I like and still miss some typos.
imported>Mator
imported>Scrivener07
m (→‎Notes: >_> seems I can preview as much as I like and still miss some typos.)
 
(4 intermediate revisions by 3 users not shown)
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:
*If you want a script to do things after a terminal has been 'exited' that has been displayed through a holotape from the pipboy, you need to register for the pipboy menu. TerminalMenu and TerminalHolotapeMenu will not work. When the terminal is 'exited', you are send back to the pipboy menu.
**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
**QuickContainerMenu
**ScopeMenu
**SitWaitMenu
**SleepWaitMenu
**SPECIALMenu
**StatsMenu
**SWFLoaderMenu
**TerminalHolotapeMenu
**TerminalMenu
**VATSMenu
**VignetteMenu
**WorkshopMenu
**Workshop_CaravanMenu


== See Also ==
== See Also ==
Line 84: Line 40:
*[[RegisterForMenuOpenCloseEvent - ScriptObject]]
*[[RegisterForMenuOpenCloseEvent - ScriptObject]]
*[[UnregisterForMenuOpenCloseEvent - ScriptObject]]
*[[UnregisterForMenuOpenCloseEvent - ScriptObject]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Events]]
[[Category:User Interface]]
Anonymous user