| 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.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.UT2K4MainPage
|
+-- KFGui.KFProfileAndAchievements
| Variables Summary | |
|---|---|
| KFProfileAndAchievements | |
| UT2K4TabPanel | ActivePanel |
| float | SavedPitch |
| Inherited Variables from GUI2K4.UT2K4MainPage |
|---|
| c_Tabs, HighScoreFile, i_Background, i_bkChar, i_bkScan, PanelCaption, PanelClass, PanelHint, TotalUnlockedCharacters, t_Footer, t_Header |
| Inherited Variables from XInterface.UT2K4GUIPage |
|---|
| BeepSound, FadeInSound, PopInSound, SlideInSound |
| Functions Summary | ||
|---|---|---|
![]() | BackButtonClicked ())) | |
![]() | DrawSteamName (Canvas Canvas)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InternalOnChange (GUIComponent Sender)) | |
![]() | InternalOnClose (optional bool bCanceled)) | |
| Inherited Functions from GUI2K4.UT2K4MainPage |
|---|
| GetRestoreParams, HandleParameters, InitComponent, InternalOnChange, IsUnlocked, UnlockCharacter |
| Variables Detail |
|---|
| Functions Detail |
|---|
BackButtonClicked Source code
DrawSteamName Source code
InitComponent Source code
InternalOnChange Source code
InternalOnClose Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIHeader Name=Header
Caption="Profile And Achievements"
WinHeight=25.000000
RenderWeight=0.300000
End Object
t_Header=GUIHeader'KFGui.KFProfileAndAchievements.Header'
Begin Object Class=KFProfileAndAchievements_Footer Name=Footer
OnSaveButtonClicked=KFProfileAndAchievements.BackButtonClicked
RenderWeight=0.300000
TabOrder=4
OnPreDraw=Footer.InternalOnPreDraw
End Object
t_Footer=KFProfileAndAchievements_Footer'KFGui.KFProfileAndAchievements.Footer'
Begin Object Class=BackgroundImage Name=PageBackground
Image=Texture'KillingFloor2HUD.Menu.menuBackground'
ImageStyle=ISTY_Justified
ImageAlign=IMGA_Center
RenderWeight=0.010000
End Object
i_Background=BackgroundImage'KFGui.KFProfileAndAchievements.PageBackground'
PanelClass(0)="KFGui.KFTab_Profile"
PanelClass(1)="KFGui.KFTab_Achievements"
PanelCaption(0)="Profile"
PanelCaption(1)="Achievements"
PanelHint(0)="Select your Avatar and Perk..."
PanelHint(1)="View Achievement Progress..."
BackgroundColor=(B=0,G=0,R=0)
OnClose=KFProfileAndAchievements.InternalOnClose
OnRendered=KFProfileAndAchievements.DrawSteamName
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||