KFGui.KFPerkProgressList
- Extends
- GUIVertList
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- KFGui.KFPerkProgressList
Inherited Variables from XInterface.GUIListBase |
bAllowEmptyItems, bDrawSelectionBorder, bHotTrack, bHotTrackSound, bInitializeList, bMultiSelect, bNotify, bSorted, bVisibleWhenEmpty, DropIndex, Index, ItemCount, ItemHeight, ItemsPerPage, ItemWidth, LastPressX, LastPressY, LastSelected, LinkedObjects, MightRemove, MyScrollBar, OutlineStyle, OutlineStyleName, SectionJustification, SectionStyle, SectionStyleName, SelectedBKColor, SelectedImage, SelectedItems, SelectedStyle, SelectedStyleName, Top |
Inherited Functions from XInterface.GUIVertList |
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
Inherited Functions from XInterface.GUIListBase |
AdditionalDebugString, AddLinkObject, CalculateIndex, CheckDragSelect, Clear, ClearPendingElements, DisableLinkedObjects, Down, EnableLinkedObjects, End, GetItemAtIndex, GetPendingItems, Home, IndexChanged, InitComponent, InitLinkObjects, InternalOnBeginDrag, InternalOnDragDrop, InternalOnDragEnter, InternalOnDragLeave, InternalOnDragOver, InternalOnEndDrag, InternalOnKeyEvent, InternalOnMousePressed, InternalOnMouseRelease, InternalOnRightClick, IsMultiSelect, IsValid, IsValidIndex, MakeVisible, MoveLeft, MoveRight, PgDn, PgUp, SetIndex, SetOutlineAlpha, SetTopItem, SilentSetIndex, Sort, Up, WheelDown, WheelUp |
var localized string DecimalPoint;
var localized string OneMillionSuffix;
var localized string OneThousandSuffix;
var array<float> RequirementProgress;
RequirementProgressString Source code
var array<string> RequirementProgressString;
var array<string> RequirementString;
var localized string UnitDelimiter;
KFPerkProgressList
function string AddCommas ( int Value) )
function DrawPerk (
Canvas Canvas,
int CurIndex,
float X,
float Y,
float Width,
float Height,
bool bSelected,
bool bPending) )
function string FormatNumber ( int Value) )
function InitList ( ) )
function
float RequirementHeight (
Canvas c) )
defaultproperties
{
ItemBorder=0.018000
ProgressBarHeight=0.250000
TextTopOffset=-0.140000
ItemBackground=Texture'KF_InterfaceArt_tex.Menu.Thin_border'
ProgressBarBackground=Texture'KF_InterfaceArt_tex.Menu.Innerborder'
ProgressBarForeground=Texture'InterfaceArt_tex.Menu.progress_bar'
OneThousandSuffix="K"
OneMillionSuffix="M"
DecimalPoint="."
UnitDelimiter=","
GetItemHeight=KFPerkProgressList.RequirementHeight
FontScale=FNS_Medium
}
|
Creation time: Fri 13-10-2023 03:18:47.126 - Created with
UnCodeX