Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFGui.KFWeightBar

Extends
GUIComponent

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- KFGui.KFWeightBar

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
MaterialBarBack
MaterialBarTop
floatBoxSizeX
floatBoxSizeY
intCurBoxes
colorCurrentColor
floatCurX
floatCurY
stringEncString
stringEncumbranceString
intMaxBoxes
intNewBoxes
colorNewColor
floatSpacer
colorWarnColor
Inherited Variables from XInterface.GUIComponent
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth
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
functionbool MyOnDraw (Canvas C))
Inherited Functions from XInterface.GUIComponent
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset
Inherited Functions from XInterface.GUI
GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile


Variables Detail

BarBack Source code

var Material BarBack;

BarTop Source code

var Material BarTop;

BoxSizeX Source code

var float BoxSizeX;

BoxSizeY Source code

var float BoxSizeY;

CurBoxes Source code

var int CurBoxes;

CurrentColor Source code

var color CurrentColor;

CurX Source code

var float CurX;

CurY Source code

var float CurY;

EncString Source code

var string EncString;

EncumbranceString Source code

var localized string EncumbranceString;

MaxBoxes Source code

var int MaxBoxes;

NewBoxes Source code

var int NewBoxes;

NewColor Source code

var color NewColor;

Spacer Source code

var float Spacer;

WarnColor Source code

var color WarnColor;


Functions Detail

MyOnDraw Source code

function bool MyOnDraw ( Canvas C) )


Defaultproperties

defaultproperties
{
     BarBack=Texture'KF_InterfaceArt_tex.Menu.Perk_box_unselected'
     BarTop=Texture'KF_InterfaceArt_tex.Menu.Progress'
     MaxBoxes=15
     BoxSizeX=0.015000
     BoxSizeY=0.015000
     Spacer=0.001200
     CurrentColor=(B=158,G=176,R=175,A=255)
     NewColor=(G=128,R=255,A=255)
     WarnColor=(R=255,A=255)
     EncumbranceString="Encumbrance Level"
     OnDraw=KFWeightBar.MyOnDraw
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.897 - Created with UnCodeX