Creation/Dev/Script/Client/GuiBitmapBorderCtrl: Difference between revisions

From Graal Bible
(Added image, description and example script)
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 00:50, 16 February 2010

Inherits GuiControl.

Description

Guicontrol bitmapborder.png

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;
}