Creation/Dev/Script/Client/GuiBitmapBorderCtrl: Difference between revisions
From Graal Bible
(Added image, description and example script) |
Pooper200000 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | ||
Latest revision as of 23:50, 15 February 2010
Inherits GuiControl.
Description
This is a control which displays a border made of a bitmap instead of simple lines . The look is defined by the profile.
Variables
tile - boolean
Example
new GuiBitmapBorderCtrl("Test_BitmapBorder") {
profile = GuiBitmapBorderProfile;
x = 10;
y = 10;
width = 160;
height = 80;
}