View Single Post
11/08/14, 03:43 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by geron View Post
Thank you both for your answers, everything is working now as i want it to

For the scenes i used HUD_SCENE and HUD_UI_SCENE, but im wondering what is the difference of those 2?
SIEGE_BAR_SCENE seems to be self explanatory^^
And also is there a list of all scenes available?
SCENE_MANAGER.scenes.hud -- Is the normal game scene when you don't have any...other scenes open like the inventory, quest journal, ect... and your mouse movements control the camera

SCENE_MANAGER.scenes.hudui -- Is the normal game scene when you dont have any other open scenes like the inventory, quest journal, ect... BUT when your mouse is free & moving it moves a cursor around on the screen...(listed as "Toggle In-Game Cursor" in the keybindings).

I don't know of a list of scenes anywhere, but you can use zgoo to view them. If you have zgoo installed you can type:
/zgoo SCENE_MANAGER -- This is the scene manager that has all of the scene relevant stuff in it, controls all of the scenes

and then scroll down to scenes & click on it to open it up.

Or just go directly to the list of scenes by typing:
/zgoo SCENE_MANAGER.scenes
  Reply With Quote