Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Baertram
Forum: General Authoring Discussion 03/24/19, 07:13 PM
Replies: 10
Views: 6,580
Posted By Baertram
You maybe shouldn't use the hud toggle function...

You maybe shouldn't use the hud toggle function then and only close your addon, or let the user decided with a settings menu (LibAddonMenu) maybe if the whole scene should be closed or only your...
Forum: General Authoring Discussion 03/23/19, 05:03 PM
Replies: 10
Views: 6,580
Posted By Baertram
If you know the other addon's name add it to your...

If you know the other addon's name add it to your addon's manifest txt file in the tag ##OptionalDependsOn: OtherAddonFolderName

It will asure that your addon is loaded AFTER the other addon has...
Forum: General Authoring Discussion 03/22/19, 05:05 PM
Replies: 10
Views: 6,580
Posted By Baertram
Oh thanks for...

Oh thanks for ZO_SceneManager_ToggleHUDUIBinding(), did forget about this one :)
Forum: General Authoring Discussion 03/22/19, 12:50 PM
Replies: 10
Views: 6,580
Posted By Baertram
Do NOT put the fragment creation code into your...

Do NOT put the fragment creation code into your toggle function or you will create a new fragment each time you press the keybind.
Just remove this from the function and put it below local sm =...
Showing results 1 to 4 of 4