KFGui.GUIBuyMenuFooter
- Extends
- ButtonFooter
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIBorder
|
+-- XInterface.GUIFooter
|
+-- GUI2K4.ButtonFooter
|
+-- KFGui.GUIBuyMenuFooter
Inherited Functions from GUI2K4.ButtonFooter |
ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer |
var localized string CashString;
var localized string WeightString;
function
bool ButtonsSized (
Canvas C) )
function float GetButtonLeft ( ) )
function
string GetLongestCaption (
Canvas C) )
function PositionButtons (
Canvas C) )
function SetBuyMode ( string buyCaption,bool buyEnabled,bool fillVisible,bool fillEnabled) )
function SetPlayerStats ( int score, float weight) )
defaultproperties
{
CashString="Cash"
WeightString="Weight"
Begin Object Class=GUIButton Name=Cancel
Caption="Done"
StyleName="FooterButton"
Hint="Exit Trader Menu"
WinTop=0.940755
WinLeft=0.942383
WinWidth=0.056777
WinHeight=0.053711
RenderWeight=2.000000
TabOrder=5
OnClick=GUIBuyMenuFooter.OnFooterClick
OnKeyEvent=Cancel.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'KFGui.GUIBuyMenuFooter.Cancel'
Begin Object Class=GUILabel Name=playerweight
Caption="Weight: 0.0"
StyleName="FooterButton"
WinTop=0.950120
WinLeft=0.460000
WinWidth=0.200000
WinHeight=0.040000
End Object
l_weight=GUILabel'KFGui.GUIBuyMenuFooter.playerweight'
WinTop=0.941977
WinLeft=1.940006
WinWidth=0.057500
WinHeight=0.058023
RenderWeight=0.300000
TabOrder=8
bVisible=False
}
|
Creation time: Fri 13-10-2023 03:18:44.914 - Created with
UnCodeX