Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUILabel
GUISubtitleText
Constants Summary |
---|
Inherited Contants from XInterface.GUI |
---|
Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
Variables Summary | |
---|---|
GUILabel | |
color | BackColor |
bool | bMultiLine |
bool | bTransparent |
string | Caption |
color | FocusedTextColor |
color | HilightColor |
float | HilightOffsetX |
float | HilightOffsetY |
color | ShadowColor |
float | ShadowOffsetX |
float | ShadowOffsetY |
eTextAlign | TextAlign |
color | TextColor |
string | TextFont |
EMenuRenderStyle | TextStyle |
eTextAlign | VertAlign |
Inherited Variables from XInterface.GUI |
---|
Controller, SaveColor, SaveFont, SaveModulation, SaveStyle, SaveX, SaveY |
Enumerations Summary |
---|
Inherited Enumerations from XInterface.GUIComponent |
---|
EClickSound, EParentScaleType |
Inherited Enumerations from XInterface.GUI |
---|
EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase |
Structures Summary |
---|
Inherited Structures from XInterface.GUI |
---|
APackInfo, AutoLoginInfo, GUIListElem, GUITabItem, GUITreeNode, ImageListElem, MultiSelectListElem |
Functions Summary |
---|
Inherited Functions from XInterface.GUI |
---|
GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile |
Variables Detail |
---|
Defaultproperties |
---|
defaultproperties { TextAlign=TXTA_Left TextColor=(R=0,G=0,B=64,A=255) FocusedTextColor=(R=32,G=32,B=80,A=255) TextStyle=MSTY_Normal TextFont="UT2MenuFont" bTransparent=true BackColor=(R=0,G=0,B=0,A=255) RenderWeight=0.4 WinHeight=0.06 VertAlign=TXTA_Left ShadowColor=(R=0,G=0,B=0,A=196) ShadowOffsetX=0 ShadowOffsetY=0 HilightColor=(R=255,G=255,B=255,A=196) HilightOffsetX=0 HilightOffsetY=0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |