Difference between revisions of "UI Script"

133 bytes added ,  23:54, 11 February 2018
added short descriptions
imported>Qazaaq
(added category)
imported>Qazaaq
(added short descriptions)
 
Line 21: Line 21:
== F4SE Global Functions ==
== F4SE Global Functions ==
*bool Function [[RegisterCustomMenu - UI|RegisterCustomMenu]](string menuName, string menuPath, string rootPath, MenuData mData)
*bool Function [[RegisterCustomMenu - UI|RegisterCustomMenu]](string menuName, string menuPath, string rootPath, MenuData mData)
**description
**Registers a custom menu to be opened later.


*bool Function [[RegisterBasicCustomMenu - UI|RegisterBasicCustomMenu]](string menuName, string menuPath, string rootPath)
*bool Function [[RegisterBasicCustomMenu - UI|RegisterBasicCustomMenu]](string menuName, string menuPath, string rootPath)
**description
**Registers a custom menu to be opened later.


*bool Function [[IsMenuRegistered - UI|IsMenuRegistered]](string menu)
*bool Function [[IsMenuRegistered - UI|IsMenuRegistered]](string menu)
**description
**Returns whether a custom menu is registered or not.


*bool Function [[OpenMenu - UI|OpenMenu]](string menuName)
*bool Function [[OpenMenu - UI|OpenMenu]](string menuName)
**description
**Opens a menu by its name.


*bool Function [[CloseMenu - UI|CloseMenu]](string menuName)
*bool Function [[CloseMenu - UI|CloseMenu]](string menuName)
**description
**Closes a menu by its name.


*var Function [[Get - UI|Get]](string asMenu, string asPath)
*var Function [[Get - UI|Get]](string asMenu, string asPath)
Anonymous user