Couple new GUI script functions for 1.06
1.06 will have a number of new script functions that will give improved control over custom GUIs.
Two of the new script functions are:
SetGUIProgressBarPosition();
This script function will let you set the position of a progress bar (Between 0.0 for empty and 1.0 for full).
The other new function is:
SetGUITexture();
This script function will let you set the texture for a UIIcon, a UIFrame's fill texture, or a Button's Base Frame's fill texture.
Both script functions require the UIScene to be scriptloadable like all the other GUI related scripting functions.
0 Comments
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now