KFGui.KFBuyMenuInvList
- Extends
- GUIVertList
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- KFGui.KFBuyMenuInvList
Direct Known Subclasses:
KFBuyMenuInvList_Story
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 float AmmoBGHeightScale;
var float AmmoBGWidthScale;
var float AmmoSpacing;
var array<string> AmmoStrings;
var float AutoFillCost;
var bool bNeedsUpdate;
var float ButtonBGHeightScale;
var float ButtonSpacing;
var localized string BuyString;
var float ClipButtonWidthScale;
var array<string> ClipPriceStrings;
DisabledButtonBackground Source code
var
texture DisabledButtonBackground;
DisabledItemBackgroundLeft Source code
var
texture DisabledItemBackgroundLeft;
DisabledItemBackgroundRight Source code
var
texture DisabledItemBackgroundRight;
EquipmentBGHeightScale Source code
var float EquipmentBGHeightScale;
var float EquipmentBGWidthScale;
var float EquipmentBGXOffset;
var float EquipmentBGYOffset;
var localized string EquipmentString;
var array<string> FillPriceStrings;
var float ItemBGWidthScale;
var float ItemBGYOffset;
var float ItemNameSpacing;
var int MouseOverIndex;
var int MouseOverXIndex;
var array<string> NameStrings;
var localized string PurchasedString;
var localized string RepairString;
SelectedItemBackgroundLeft Source code
var
texture SelectedItemBackgroundLeft;
SelectedItemBackgroundRight Source code
var
texture SelectedItemBackgroundRight;
var int UpdateCounter;
delegate OnBuyVestClick ( )
function DrawInvItem (
Canvas Canvas,
int CurIndex,
float X,
float Y,
float Width,
float Height,
bool bSelected,
bool bPending) )
function
float InvItemHeight (
Canvas c) )
function UpdateList ( ) )
function UpdateMyBuyables ( ) )
defaultproperties
{
ItemBGWidthScale=0.510000
AmmoBGWidthScale=0.190000
ClipButtonWidthScale=0.450000
AmmoBGHeightScale=0.500000
ButtonBGHeightScale=0.500000
EquipmentBGWidthScale=0.350000
EquipmentBGHeightScale=0.600000
ItemBGYOffset=6.000000
AmmoSpacing=1.000000
ItemNameSpacing=10.000000
ButtonSpacing=3.000000
EquipmentBGXOffset=3.000000
EquipmentBGYOffset=6.000000
EquipmentString="Equipment"
BuyString="Buy"
PurchasedString="Purchased"
RepairString="Repair"
ItemBackgroundLeft=Texture'KF_InterfaceArt_tex.Menu.Item_box_box'
ItemBackgroundRight=Texture'KF_InterfaceArt_tex.Menu.Item_box_bar'
SelectedItemBackgroundLeft=Texture'KF_InterfaceArt_tex.Menu.Item_box_box_Highlighted'
SelectedItemBackgroundRight=Texture'KF_InterfaceArt_tex.Menu.Item_box_bar_Highlighted'
DisabledItemBackgroundLeft=Texture'KF_InterfaceArt_tex.Menu.Item_box_box_Disabled'
DisabledItemBackgroundRight=Texture'KF_InterfaceArt_tex.Menu.Item_box_bar_Disabled'
AmmoBackground=Texture'KF_InterfaceArt_tex.Menu.Innerborder_transparent'
ButtonBackground=Texture'KF_InterfaceArt_tex.Menu.Button'
HoverButtonBackground=Texture'KF_InterfaceArt_tex.Menu.button_Highlight'
DisabledButtonBackground=Texture'KF_InterfaceArt_tex.Menu.button_Disabled'
GetItemHeight=KFBuyMenuInvList.InvItemHeight
FontScale=FNS_Medium
OnPreDraw=KFBuyMenuInvList.PreDraw
}
|
Creation time: Fri 13-10-2023 03:18:46.179 - Created with
UnCodeX