| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- KFGui.KFAchievementsList
| Variables Summary | |
|---|---|
| texture | ItemBackground |
| KFSteamStatsAndAchievements | KFStatsAndAchievements |
| texture | ProgressBarBackground |
| texture | ProgressBarForeground |
| KFAchievementsList | |
| float | IconToNameSpacing |
| float | ItemBorder |
| float | ItemSpacing |
| float | NameToDescriptionSpacing |
| float | OuterBorder |
| float | ProgressBarHeight |
| float | ProgressBarWidth |
| float | ProgressTextSpacing |
| float | TextHeight |
| float | TextTopOffset |
| Functions Summary | ||
|---|---|---|
![]() | float | AchievementHeight (Canvas c)) |
![]() | Closed (GUIComponent Sender, bool bCancelled)) | |
![]() | DrawAchievement (Canvas Canvas, int Index, float X, float Y, float Width, float Height, bool bSelected, bool bPending)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitList (KFSteamStatsAndAchievements StatsAndAchievements)) | |
| Inherited Functions from XInterface.GUIVertList |
|---|
| CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
| Variables Detail |
|---|
| Functions Detail |
|---|
AchievementHeight Source code
Closed Source code
DrawAchievement Source code
InitComponent Source code
InitList Source code| Defaultproperties |
|---|
defaultproperties
{
OuterBorder=0.015000
ItemBorder=0.050000
TextTopOffset=0.082000
ItemSpacing=5.000000
IconToNameSpacing=0.018000
NameToDescriptionSpacing=0.125000
ProgressBarWidth=0.227000
ProgressBarHeight=0.225000
ProgressTextSpacing=0.009000
TextHeight=0.225000
ItemBackground=Texture'KF_InterfaceArt_tex.Menu.Thin_border_SlightTransparent'
ProgressBarBackground=Texture'KF_InterfaceArt_tex.Menu.Innerborder'
ProgressBarForeground=Texture'InterfaceArt_tex.Menu.progress_bar'
GetItemHeight=KFAchievementsList.AchievementHeight
FontScale=FNS_Medium
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||