| 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
|
+-- KFGui.GUIForSaleHeaderPanel
| Variables Summary |
|---|
| Inherited Variables from XInterface.GUIPanel |
|---|
| Background |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
| Inherited Functions from XInterface.GUIPanel |
|---|
| InitComponent |
| Functions Detail |
|---|
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUILabel Name=ItemText
Caption="Available In Shop"
TextColor=(B=255,G=255,R=255)
VertAlign=TXTA_Center
FontScale=FNS_Small
WinWidth=0.500000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(0)=GUILabel'KFGui.GUIForSaleHeaderPanel.ItemText'
Begin Object Class=GUILabel Name=ItemPrice
Caption="Price"
TextAlign=TXTA_Center
TextColor=(B=255,G=255,R=255)
VertAlign=TXTA_Center
FontScale=FNS_Small
WinLeft=0.500000
WinWidth=0.250000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(1)=GUILabel'KFGui.GUIForSaleHeaderPanel.ItemPrice'
Begin Object Class=GUILabel Name=BuyText
Caption="Buy"
TextAlign=TXTA_Center
TextColor=(B=255,G=255,R=255)
VertAlign=TXTA_Center
FontScale=FNS_Small
WinLeft=0.750000
WinWidth=0.250000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(2)=GUILabel'KFGui.GUIForSaleHeaderPanel.BuyText'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||