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

KFGui.KFPlayerSettings

Extends
UT2K4Tab_PlayerSettings

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.Settings_Tabs
                     |   
                     +-- GUI2K4.UT2K4Tab_PlayerSettings
                        |   
                        +-- KFGui.KFPlayerSettings

Variables Summary
moNumericEditnu_CashThrowSum
KFPlayerSettings
intCashThrowAmount
intCashThrowAmountD
Inherited Variables from GUI2K4.UT2K4Tab_PlayerSettings
All, bChanged, bRenderDude, bWeaps, bWeapsD, b_3DView, b_DropTarget, b_Left, b_Pick, b_Right, ch_SmallWeaps, ClickInst, co_Hand, co_SkinPreview, co_Team, co_Voice, DefaultText, ed_Name, HandNames[4], iFOV, iFOVD, iHand, iHandD, iTeam, iTeamD, i_BG1, i_BG2, i_BG3, i_Portrait, lbl_ModelName, lb_Scroll, nfov, nu_FOV, OriginalTeam, PlayerRec, Previews[3], sChar, sCharD, Show3DViewCaption, ShowBioCaption, sName, sNameD, SpinnyDude, SpinnyDudeOffset, sVoice, sVoiceD, TeamNames[3], VoiceClasses, YawValue
Inherited Variables from GUI2K4.Settings_Tabs
bAlwaysApply, bExpert, bNeedApply, PerformanceWarningMenu, PerformanceWarningText, Setting, t_Footer, WarningCounter, WarningLength

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
function InternalOnLoadINI (GUIComponent Sender, string s))
event Opened (GUIComponent Sender))
functionbool PickModel (GUIComponent Sender))
functionbool RaceCapturedMouseMove (float deltaX, float deltaY))
function ResetClicked ()))
function SaveSettings ()))
function ShowSpinnyDude ()))
function UpdateSpinnyDude ()))
function UpdateVoiceOptions ()
Inherited Functions from GUI2K4.UT2K4Tab_PlayerSettings
Closed, Free, InitComponent, InternalDraw, InternalOnChange, InternalOnLoadINI, logspinnydude, ModelSelectClosed, NextAnim, Opened, PickModel, PreviewVoice, RaceCapturedMouseMove, ResetClicked, SaveSettings, SetPlayerRec, ShowPanel, ShowSpinnyDude, Toggle3DView, UpdateScroll, UpdateSpinnyDude, UpdateVoiceOptions
Inherited Functions from GUI2K4.Settings_Tabs
AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer


Variables Detail

nu_CashThrowSum Source code

var automated moNumericEdit nu_CashThrowSum;

KFPlayerSettings

CashThrowAmount Source code

var(KFPlayerSettings) int CashThrowAmount;

CashThrowAmountD Source code

var(KFPlayerSettings) int CashThrowAmountD;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnLoadINI Source code

function InternalOnLoadINI ( GUIComponent Sender, string s) )

Opened Source code

event Opened ( GUIComponent Sender) )

PickModel Source code

function bool PickModel ( GUIComponent Sender) )

RaceCapturedMouseMove Source code

function bool RaceCapturedMouseMove ( float deltaX, float deltaY) )

ResetClicked Source code

function ResetClicked ( ) )

SaveSettings Source code

function SaveSettings ( ) )

ShowSpinnyDude Source code

function ShowSpinnyDude ( ) )

UpdateSpinnyDude Source code

function UpdateSpinnyDude ( ) )

UpdateVoiceOptions Source code

function UpdateVoiceOptions ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=moNumericEdit Name=CashThrowBox
         MinValue=1
         MaxValue=1000
         ComponentJustification=TXTA_Left
         CaptionWidth=0.700000
         Caption="Cash Throw Amount"
         OnCreateComponent=CashThrowBox.InternalOnCreateComponent
         IniOption="@INTERNAL"
         IniDefault="50"
         Hint="This is the amount of cash you throw each time you press the Drop Cash key"
         WinTop=0.076042
         WinLeft=0.705430
         WinWidth=0.266797
         TabOrder=5
         OnLoadINI=KFPlayerSettings.InternalOnLoadINI
     End Object
     nu_CashThrowSum=moNumericEdit'KFGui.KFPlayerSettings.CashThrowBox'


     SpinnyDudeOffset=(X=30.000000,Z=-35.000000)
     Begin Object Class=moCheckBox Name=PlayerSmallWeap
         CaptionWidth=0.940000
         Caption="Real Death FX"
         OnCreateComponent=PlayerSmallWeap.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="False"
         Hint="Makes your camera show from ur eyes when you DIE."
         WinTop=0.150261
         WinLeft=0.705430
         WinWidth=0.266797
         TabOrder=8
         OnLoadINI=KFPlayerSettings.InternalOnLoadINI
     End Object
     ch_SmallWeaps=moCheckBox'KFGui.KFPlayerSettings.PlayerSmallWeap'


     co_Team=None


     co_Voice=None


     nu_FOV=None


     co_SkinPreview=None


     nfov=60
}

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