Creation/Dev/Script/Client/GuiBitmapBorderCtrl
From Graal Bible
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;
}