| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- KFGui.KFPlayerReadyBar
| Variables Summary | |
|---|---|
| GUIImage | PerkBackGround |
| GUIImage | PlayerBackGround |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Enumerations Summary |
|---|
| Inherited Enumerations from XInterface.GUIComponent |
|---|
| EClickSound, EParentScaleType |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyC, GUIComponent MyO)) | |
![]() | ResizeMe ())) | |
![]() | ResolutionChanged (int ResX, int ResY )) | |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
ResizeMe Source code
ResolutionChanged Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIImage Name=PerkBG
Image=Texture'KF_InterfaceArt_tex.Menu.Item_box_box'
ImageStyle=ISTY_Scaled
ImageRenderStyle=MSTY_Normal
WinWidth=0.000000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
PerkBackground=GUIImage'KFGui.KFPlayerReadyBar.PerkBG'
Begin Object Class=GUIImage Name=PlayerBG
Image=Texture'KF_InterfaceArt_tex.Menu.Item_box_bar'
ImageStyle=ISTY_Stretched
ImageRenderStyle=MSTY_Normal
WinTop=0.100000
WinHeight=0.800000
bBoundToParent=True
bScaleToParent=True
End Object
PlayerBackGround=GUIImage'KFGui.KFPlayerReadyBar.PlayerBG'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||