| 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.GUIBorder
|
+-- XInterface.GUIFooter
|
+-- GUI2K4.ButtonFooter
|
+-- GUI2K4.UT2K4ModFooter
| Variables Summary | |
|---|---|
| GUIButton | b_Activate |
| GUIButton | b_Back |
| GUIButton | b_Download |
| GUIButton | b_Dump |
| GUIButton | b_Movie |
| GUIButton | b_Watch |
| GUIButton | b_Web |
| UT2K4ModsAndDemos | MyPage |
| Inherited Variables from GUI2K4.ButtonFooter |
|---|
| Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer |
| Functions Summary | ||
|---|---|---|
![]() | bool | BackClick (GUIComponent Sender)) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | TabChange (int NewTag)) | |
| Inherited Functions from GUI2K4.ButtonFooter |
|---|
| ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer |
| Variables Detail |
|---|
| Functions Detail |
|---|
BackClick Source code
InitComponent Source code
TabChange Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIButton Name=BB1
Caption="Activate"
Hint="Activates the selected mod"
WinWidth=0.12
WinLeft=0.885352
WinHeight=0.036482
WinTop=0.085678
RenderWeight=2
TabOrder=0
bBoundToParent=True
StyleName="FooterButton"
Tag=1
bVisible=false
End Object
b_Activate=BB1
Begin Object Class=GUIButton Name=BB2
Caption="Visit Web Site"
Hint="Visit the web site of the selected mod"
WinWidth=0.12
WinLeft=0.885352
WinHeight=0.036482
WinTop=0.085678
RenderWeight=2.0001
TabOrder=1
bBoundToParent=True
StyleName="FooterButton"
bVisible=false
Tag=1
End Object
b_Web=BB2
Begin Object Class=GUIButton Name=BB3
Caption="Download"
Hint="Download the selected Ownage map"
WinLeft=0.885352
WinHeight=0.036482
WinWidth=0.12
WinTop=0.085678
RenderWeight=2.0001
TabOrder=2
bBoundToParent=True
StyleName="FooterButton"
bVisible=false
Tag=2
End Object
b_Download=BB3
Begin Object Class=GUIButton Name=BB5
Caption="Create AVI"
Hint="Convert the selected demo to a DIVX AVI"
WinWidth=0.12
WinHeight=0.036482
WinTop=0.085678
RenderWeight=2.0001
TabOrder=3
bBoundToParent=True
StyleName="FooterButton"
bVisible=false
Tag=3
End Object
b_Dump=BB5
Begin Object Class=GUIButton Name=BB4
Caption="Watch Demo"
Hint="Watch the selected demo"
WinHeight=0.036482
WinWidth=0.12
WinTop=0.085678
RenderWeight=2.0001
TabOrder=4
bBoundToParent=True
StyleName="FooterButton"
bVisible=false
Tag=3
End Object
b_Watch=BB4
Begin Object Class=GUIButton Name=BB66
Caption="Play Movie"
Hint="Watch the selected movie"
WinHeight=0.036482
WinWidth=0.12
WinTop=0.085678
RenderWeight=2.0001
TabOrder=4
bBoundToParent=True
StyleName="FooterButton"
bVisible=false
Tag=4
End Object
b_Movie=BB66
Begin Object Class=GUIButton Name=BackB
Caption="BACK"
Hint="Return to the previous menu"
WinHeight=0.036482
WinWidth=0.12
WinTop=0.085678
RenderWeight=2.0002
TabOrder=3
bBoundToParent=True
StyleName="FooterButton"
OnClick=BackClick
Tag=0
End Object
b_Back=BackB
Margin=0.01
Padding=0.3
Spacer=0.01
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||