ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tutorials & Other Helpful Info (https://www.esoui.com/forums/forumdisplay.php?f=172)
-   -   Easy way of opening a specific interface (https://www.esoui.com/forums/showthread.php?t=602)

Biki 04/05/14 05:58 PM

Easy way of opening a specific interface
 
Hey guys,

so for my addon Achievement Tracker I tried to open the achievement screen (within the journal) when the user clicks on a tracked achievement within my tracker window.

After a long search, the following did what I needed:

Lua Code:
  1. SCENE_MANAGER:Show("achievements")

This does exactly the same as pressing J and selecting the Achievement-Tab, all in one line.

Finding the correct parameter is a bit trail and error I presume, or if you have access to the original lua files, there's ingamescenes.lua which is a great help.

Hope it helps.

Vicster0 04/10/14 07:34 AM

This could be really useful when using the macro keys in the WykkydFramework.

Thanks for sharing!


All times are GMT -6. The time now is 04:50 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI