Jump to content

[LE] UI Scripts - an help to understand


Tiziano74

Recommended Posts

Hi all

 

I haven't been in the world of scripting for long, and obviously I like studying it to find new solutions to apply to the game.

I recently came across a line of script that allowed me to close a container menu, which is as follows:

UI.InvokeString("HUD Menu", "_global.skse.CloseMenu", "ContainerMenu")

I had to use this line of code because in the Container's Menu it's absolutely not possible to use the TapKey, so I decided to read up on the use of these UI Scripts.

I found this link which lists all the Global Functions. In the line of code that I have reported I have used the InvokeString:

 

https://www.creationkit.com/index.php?title=UI_Script

 

I also found documentation (which I attach) on all the final references of this line of code, in my case it's "ContainerMenu", but it could have been "Book Menu", "Inventory Menu", "Map Menu" etc.

 

What I can't find is a list of all the _global.skse commands or functions as you prefer to call them. . . in the line of the code I put above I used "CloseMenu", I found some of the same where they use "OpenMenu", but I am looking for a list with all these commands ...
... does anyone know a link or can tell me where or how to find them?

Thanks to who will answer!

Edited by Tiziano74
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...