| 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.GUIForSaleBodyPanel
| Variables Summary | |
|---|---|
| GUIImage | BG |
| GUIForSaleBodyPanel | |
| GUIBuyable | SaleItemInfo |
| 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 |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUISaleLabel Name=ItemText
Caption="Available In Shop"
TextColor=(B=255,G=255,R=255)
VertAlign=TXTA_Center
FontScale=FNS_Small
WinWidth=0.500000
WinHeight=0.800000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(0)=GUISaleLabel'KFGui.GUIForSaleBodyPanel.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.GUIForSaleBodyPanel.ItemPrice'
Begin Object Class=GUIInvButton Name=BuyButton
Caption="Buy"
FontScale=FNS_Small
WinLeft=0.750000
WinWidth=0.250000
WinHeight=0.800000
bBoundToParent=True
bScaleToParent=True
ToolTip=None
OnKeyEvent=BuyButton.InternalOnKeyEvent
End Object
Controls(2)=GUIInvButton'KFGui.GUIForSaleBodyPanel.BuyButton'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||