| 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.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- GUI2K4.UT2K4SP_DetailsTeam
| Variables Summary | |
|---|---|
| GUIButton | btnOk | 
| GUIScrollTextBox | cbDescription | 
| GUIImage | imgPicture | 
| GUILabel | lblTitle | 
| Functions Summary | ||
|---|---|---|
![]()  | bool | btnOkOnClick (GUIComponent Sender)) | 
![]()  | HandleParameters (string Param1, string Param2)) | |
| Variables Detail | 
|---|
| Functions Detail | 
|---|
 btnOkOnClick  Source code
 HandleParameters  Source codeParam1 is the fully qualified name for the team
| Defaultproperties | 
|---|
defaultproperties
{
	Begin Object Class=GUIButton Name=SPDTbtnOk
		Caption="CLOSE"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.337813
		WinTop=0.865625
		OnClick=btnOkOnClick
		FontScale=FNS_Small
		bBoundToParent=true
	End Object
	btnOk=SPDTbtnOk
	Begin Object class=GUIImage name=SPDTimgPicture
		WinWidth=0.225000
		WinHeight=0.412500
		WinLeft=0.031250
		WinTop=0.162500
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Alpha
		ImageAlign=IMGA_Center
		ImageStyle=ISTY_Justified
		RenderWeight=0.3
		bBoundToParent=true
	End Object
	imgPicture=SPDTimgPicture
	Begin Object Class=GUILabel Name=SPDTlblTitle
		WinWidth=0.567500
		WinHeight=0.053750
		WinLeft=0.027500
		WinTop=0.068333
		StyleName="TextLabel"
		FontScale=FNS_Large
		TextAlign=TXTA_Center
		RenderWeight=0.4
		bBoundToParent=true
	End Object
	lblTitle=SPDTlblTitle
	Begin Object Class=GUIScrollTextBox Name=SPDTcbDescription
		WinWidth=0.324999
		WinHeight=0.412500
		WinLeft=0.425000
		WinTop=0.166667
		bNoTeletype=true
		FontScale=FNS_Medium
		bBoundToParent=true
	End Object
	cbDescription=SPDTcbDescription
	DefaultLeft=0.080000
	DefaultTop=0.193333
	DefaultWidth=0.827500
	DefaultHeight=0.598749
	WinLeft=0.080000
	WinTop=0.193333
	WinWidth=0.827500
	WinHeight=0.598749
}
 | 
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation  | 
| previous class next class | frames no frames | |||||