Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI
GUIComponent, GUIFont, GUIStyles, GUIUserKeyBinding, GUIUserModInfo
Constants Summary | ||
---|---|---|
Counter | = | 0 |
QBTN_Abort | = | 64 |
QBTN_AbortRetry | = | 68 |
QBTN_Cancel | = | 2 |
QBTN_Continue | = | 8 |
QBTN_Ignore | = | 128 |
QBTN_No | = | 32 |
QBTN_Ok | = | 1 |
QBTN_OkCancel | = | 3 |
QBTN_Retry | = | 4 |
QBTN_Yes | = | 16 |
QBTN_YesNo | = | 48 |
QBTN_YesNoCancel | = | 50 |
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
GUIController | Controller |
color | SaveColor |
font | SaveFont |
plane | SaveModulation |
byte | SaveStyle |
float | SaveX |
float | SaveY |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary | ||
---|---|---|
EAnimationType AT_Position, AT_Dimension, | ||
eCellStyle CELL_FixedSize, CELL_FixedCount | ||
eDrawDirection DRD_LeftToRight, DRD_RightToLeft, DRD_TopToBottom, DRD_BottomToTop, | ||
eDropState DRP_None, DRP_Source, DRP_Target, DRP_Accept, DRP_Reject | ||
eEditMask EDM_None, EDM_Alpha, EDM_Numeric, | ||
eFontScale FNS_Small, FNS_Medium, FNS_Large | ||
eIconPosition ICP_Normal, ICP_Center, ICP_Scaled, ICP_Stretched, ICP_Bound, | ||
eImgAlign IMGA_TopLeft, IMGA_Center, IMGA_BottomRight, | ||
eImgStyle ISTY_Normal, ISTY_Stretched, ISTY_Scaled, ISTY_Bound, ISTY_Justified, ISTY_PartialScaled, ISTY_Tiled, | ||
EMenuRenderStyle MSTY_None, MSTY_Normal, MSTY_Masked, MSTY_Translucent, MSTY_Modulated, MSTY_Alpha, MSTY_Additive, MSTY_Subtractive, MSTY_Particle, MSTY_AlphaZ, | ||
eMenuState MSAT_Blurry, MSAT_Watched, MSAT_Focused, MSAT_Pressed, MSAT_Disabled, | ||
EOrientation ORIENT_Vertical, ORIENT_Horizontal | ||
ePageAlign PGA_None, PGA_Client, PGA_Left, PGA_Right, PGA_Top, PGA_Bottom, | ||
eTextAlign TXTA_Left, TXTA_Center, TXTA_Right, | ||
eTextCase TXTC_None, TXTC_Upper, TXTC_Lower, |
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary | ||
---|---|---|
APackInfo PackageName, Description | ||
AutoLoginInfo IP, Port, Username, Password, bAutologin | ||
GUIListElem Item, ExtraData, ExtraStrData, bSection | ||
GUITabItem ClassName, Caption, Hint | ||
GUITreeNode Caption, Value, ParentCaption, ExtraInfo, Level, bEnabled | ||
ImageListElem Item, Image, Locked | ||
MultiSelectListElem Item, ExtraData, ExtraStrData, bSelected, SelectionIndex, bSection |
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary | ||
---|---|---|
GetModList (out array<string> ModDirs, out array<string> ModTitles) | ||
material | GetModLogo (string ModDir) | |
string | GetModValue (string ModDir, string ModKey) | |
bool | IsDigit (string Test, optional bool bAllowDecimal) | |
string | JoinArray (array<string> StringArray, optional string delim, optional bool bIgnoreBlanks) | |
Profile (string ProfileName) |
Constants Detail |
---|
Variables Detail |
---|
Enumerations Detail |
---|
ISTY_Normal, ISTY_Stretched, ISTY_Scaled, ISTY_Bound, ISTY_Justified, ISTY_PartialScaled, ISTY_Tiled,};
MSTY_None, MSTY_Normal, MSTY_Masked, MSTY_Translucent, MSTY_Modulated, MSTY_Alpha, MSTY_Additive, MSTY_Subtractive, MSTY_Particle, MSTY_AlphaZ,};
Structures Detail |
---|
var(GUI) bool bAutologin;};
var(GUI) string IP;
var(GUI) string Password;
var(GUI) string Port;
var(GUI) string Username;
var bool bSection;};
var object ExtraData;
var string ExtraStrData;
var string Item;
var(GUI) localized string Caption;};
var(GUI) string ClassName;
var(GUI) localized string Hint;
var(GUI) bool bEnabled;};
var(GUI) string Caption;
var(GUI) string ExtraInfo;
var(GUI) int Level;
var(GUI) string ParentCaption;
var(GUI) string Value;
var bool bSection;};
var bool bSelected;
var object ExtraData;
var string ExtraStrData;
var string Item;
var int SelectionIndex;
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties
{
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |