Difference between revisions of "OnMenuOpenCloseEvent - ScriptObject"

imported>Headbomb
 
imported>Mator
Line 20: Line 20:
<source lang="papyrus">
<source lang="papyrus">
Function SomeFunction()
Function SomeFunction()
   RegisterForMenuOpenCloseEvent() ; Before we can use OnMenuOpenCloseEvent we must register.
   RegisterForMenuOpenCloseEvent("LockpickingMenu") ; Before we can use OnMenuOpenCloseEvent we must register.
EndFunction
EndFunction


Anonymous user