KFGui.KFBuyMenuOptionsList
- Extends
- GUIVertList
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- KFGui.KFBuyMenuOptionsList
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 int AutoFillCost;
var localized string AutoFillString;
var bool bNeedsUpdate;
var bool bNoAutoFill;
var localized string BuyClipString;
var localized string BuyString;
var localized string ExitString;
var localized string FillString;
var float ItemBorder;
var float ItemSpacing;
var int MouseOverIndex;
var array<string> PrimaryStrings;
var array<string> SecondaryStrings;
SelectedItemBackground Source code
var
texture SelectedItemBackground;
var localized string SellString;
var float TextTopOffset;
var int UpdateCounter;
function DrawInvItem (
Canvas Canvas,
int CurIndex,
float X,
float Y,
float Width,
float Height,
bool bSelected,
bool bPending) )
function
int FindAmmoCost (
Class<
Ammunition> AClass) )
function int FindCheapestAmmo ( ) )
function
float SaleItemHeight (
Canvas c) )
defaultproperties
{
ItemBorder=0.030000
TextTopOffset=0.050000
ItemSpacing=6.000000
ItemBackground=Texture'InterfaceArt_tex.Menu.DownTickBlurry'
SelectedItemBackground=Texture'InterfaceArt_tex.Menu.DownTickWatched'
BuyString="Purchase"
SellString="Sell Weapon"
BuyClipString="Buy Single Clip"
FillString="Fill Selected Ammo"
AutoFillString="Auto Fill Ammo"
ExitString="Exit Trader Menu"
GetItemHeight=KFBuyMenuOptionsList.SaleItemHeight
FontScale=FNS_Medium
OnPreDraw=KFBuyMenuOptionsList.PreDraw
}
|
Creation time: Fri 13-10-2023 03:18:46.193 - Created with
UnCodeX