int GUI.Width
Gets/sets the width of the GUI. This allows you to dynamically change the size
of the GUI on the screen.
The width is specified in the normal 320-resolution style.
Example:
gInventory.Width += 5;
makes the INVENTORY GUI 5 pixels wider.
See Also: GUI.Height, GUI.SetSize
|