| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.Settings_Tabs
|
+-- GUI2K4.UT2K4Tab_PlayerSettings
|
+-- ROInterface.ROUT2K4Tab_PlayerSettings
| Variables Summary |
|---|
| 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 | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | PickModel (GUIComponent Sender)) |
| Inherited Functions from GUI2K4.Settings_Tabs |
|---|
| AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer |
| Functions Detail |
|---|
InitComponent Source code
PickModel Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUISectionBackground Name=PlayerBK1
Caption="3D View"
WinTop=0.017969
WinLeft=0.004063
WinWidth=0.446758
WinHeight=0.863631
OnPreDraw=PlayerBK1.InternalPreDraw
End Object
i_BG1=GUISectionBackground'ROInterface.ROUT2K4Tab_PlayerSettings.PlayerBK1'
Begin Object Class=GUISectionBackground Name=PlayerBK2
Caption="Misc."
WinTop=0.017969
WinLeft=0.463047
WinWidth=0.531719
WinHeight=0.573006
OnPreDraw=PlayerBK2.InternalPreDraw
End Object
i_BG2=GUISectionBackground'ROInterface.ROUT2K4Tab_PlayerSettings.PlayerBK2'
Begin Object Class=GUISectionBackground Name=PlayerBK3
bFillClient=True
Caption="Biography"
LeftPadding=0.020000
RightPadding=0.020000
TopPadding=0.020000
BottomPadding=0.020000
WinTop=0.610417
WinLeft=0.463047
WinWidth=0.531719
WinHeight=0.272811
OnPreDraw=PlayerBK3.InternalPreDraw
End Object
i_BG3=GUISectionBackground'ROInterface.ROUT2K4Tab_PlayerSettings.PlayerBK3'
Begin Object Class=GUIImage Name=PlayerPortrait
Image=Texture'InterfaceArt_tex.Menu.changeme_texture'
ImageStyle=ISTY_Scaled
ImageRenderStyle=MSTY_Normal
IniOption="@Internal"
WinTop=0.094895
WinLeft=0.057016
WinWidth=0.292470
WinHeight=0.698132
RenderWeight=0.300000
OnDraw=UT2K4Tab_PlayerSettings.InternalDraw
OnLoadINI=UT2K4Tab_PlayerSettings.InternalOnLoadINI
End Object
i_Portrait=GUIImage'ROInterface.ROUT2K4Tab_PlayerSettings.PlayerPortrait'
Begin Object Class=GUIButton Name=bPickModel
Caption="Change Character"
Hint="Select a new Character."
WinTop=0.801559
WinLeft=0.177174
WinWidth=0.233399
WinHeight=0.050000
TabOrder=2
OnClick=UT2K4Tab_PlayerSettings.PickModel
OnKeyEvent=bPickModel.InternalOnKeyEvent
End Object
b_Pick=GUIButton'ROInterface.ROUT2K4Tab_PlayerSettings.bPickModel'
Begin Object Class=GUIButton Name=Player3DView
Caption="3D View"
Hint="Toggle between 3D view and portrait of character."
WinTop=0.801559
WinLeft=0.043685
WinWidth=0.130720
WinHeight=0.050000
TabOrder=1
OnClick=UT2K4Tab_PlayerSettings.Toggle3DView
OnKeyEvent=Player3DView.InternalOnKeyEvent
End Object
b_3DView=GUIButton'ROInterface.ROUT2K4Tab_PlayerSettings.Player3DView'
Begin Object Class=GUIButton Name=DropTarget
StyleName="NoBackground"
WinTop=0.064426
WinLeft=0.013071
WinWidth=0.427141
WinHeight=0.698132
MouseCursorIndex=5
bTabStop=False
bNeverFocus=True
bDropTarget=True
OnKeyEvent=DropTarget.InternalOnKeyEvent
OnCapturedMouseMove=UT2K4Tab_PlayerSettings.RaceCapturedMouseMove
End Object
b_DropTarget=GUIButton'ROInterface.ROUT2K4Tab_PlayerSettings.DropTarget'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||