Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params, mixed textlines) |
| mixed | SetText (mixed text) |
| mixed | SetCol (mixed r, mixed g, mixed b, mixed a) |
| mixed | SetUOHtml (mixed uohtml, mixed bParseHTML) |
Definition at line 2211 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOText::Init | ( | mixed | parentwidget, | |
| mixed | params, | |||
| mixed | textlines | |||
| ) | [inline] |
param : x,y,width,height,text/cliloc_id/textline_id,background=0/1=transparent?,scrollbar=0/1=displayed,hue,bold=false,crop=false,html=false,col={r=1,g=1,b=1} bold=outlined_font: false for xmfhtmlgump,htmlgump, true for croppedtext, example : runebook gump : kGumpSample_RuneBook crop : disables autowrap html : parse uo html like <BASEFONT> <BIG>....
Definition at line 2217 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOText::SetText | ( | mixed | text | ) | [inline] |
Definition at line 2219 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOText::SetCol | ( | mixed | r, | |
| mixed | g, | |||
| mixed | b, | |||
| mixed | a | |||
| ) | [inline] |
Definition at line 2221 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOText::SetUOHtml | ( | mixed | uohtml, | |
| mixed | bParseHTML | |||
| ) | [inline] |
Definition at line 2223 of file lua_pseudo_code.cpp.
1.5.6