Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- GUI.GUI | +-- GUI.GUIComponent | +-- GUI.GUITextComponent | +-- GUI.GUILabel | +-- GUI.GUIHelpText
Variables Summary | |
---|---|
GUIHelpText | |
float | MaxWidth |
float | XBorderPercent |
float | XOverlapPercent |
float | YBorderPercent |
float | YOverlapPercent |
Inherited Variables from GUI.GUITextComponent |
---|
bDontCenterVertically, bMultiLine, Caption, TextAlign |
Functions Summary | ||
---|---|---|
InitComponent (GUIComponent Owner)) |
Inherited Functions from GUI.GUITextComponent |
---|
GetCaption, InitComponent, SetCaption |
Variables Detail |
---|
The maximum width of the label, if exceded, will word wrap
The percentage of border around the text (typically in the range 1.0 - 1.5)
The percentage of the ActiveControl to overlap by this label
The percentage of border around the text (typically in the range 1.0 - 1.5)
The percentage of the ActiveControl to overlap by this label
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { TextAlign=TXTA_Center RenderWeight=0.8 XOverlapPercent=0.2 YOverlapPercent=0.2 XBorderPercent=1.1 YBorderPercent=1.2 MaxWidth=160.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |