UI Script
Revision as of 01:24, 22 October 2017 by imported>ShadeMe (Create UI Page)
Extends: ScriptObject Script
Script for the manipulation of scaleform UI.
Definition
Scriptname UI Native Hidden
Properties
None
Global Functions
None
F4SE Global Functions
- var Function Get(string asMenu, string asPath)
- Returns a variable from AS3 to Papyrus.
- var Function Invoke(string asMenu, string asPath, var[] avArgs = None)
- Invoke an AS3 function from Papyrus.
- bool Function IsMenuOpen(string asMenu)
- Returns true if the given menu is open.
- var Function Load(string asMenu, string asPath)
- Loads a child swf to the target.
- bool Function Set(string asMenu, string asSource, string asPath, ScriptObject akReceiver = None, string asCallback = "")
- Sets a variable in AS3 from Papyrus.
Events
None