| 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
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.MidGamePanel
|
+-- JBToolbox2.JBMidGamePanelHelp
| Variables Summary | |
|---|---|
| bool | bResolutionChanged |
| string | StartTutorial |
| array<TTutorialGUIs> | TutorialGUIs |
| array<TTutorial> | Tutorials |
| Inherited Variables from GUI2K4.MidGamePanel |
|---|
| bLocked |
| Structures Summary | ||
|---|---|---|
| TTutorial Texture, X1, Y1, X2, Y2, Title, Description | ||
| TTutorialGUIs Border, Image | ||
| Functions Summary | ||
|---|---|---|
![]() | bool | DrawImages (Canvas Canvas)) |
![]() | float | GetScreenRatio (GUIController Controller)) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | ResolutionChanged (int ResX, int ResY)) | |
![]() | SetGUIPosition ())) | |
| Inherited Functions from GUI2K4.MidGamePanel |
|---|
| Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction |
| Variables Detail |
|---|
| Structures Detail |
|---|
var localized string Description;};
var string Texture;
var localized string Title;
var int X1;
var int X2;
var int Y1;
var int Y2;
| Functions Detail |
|---|
DrawImages Source code
GetScreenRatio Source code
InitComponent Source code
ResolutionChanged Source code
SetGUIPosition Source code| Defaultproperties |
|---|
defaultproperties
{
Tutorials[0] = (Texture="JBToolbox2.MiniTutorial",X1=0,Y1=0,X2=1199,Y2=199,Title="Imprison",Description="Kill a player to jail him.")
Tutorials[1] = (Texture="JBToolbox2.MiniTutorial",X1=0,Y1=400,X2=1199,Y2=599,Title="Release",Description="Walk over the enemy's release switch to free your teammates.")
Tutorials[2] = (Texture="JBToolbox2.MiniTutorial",X1=0,Y1=200,X2=1199,Y2=399,Title="Score",Description="Jail everybody on the enemy team to execute them and gain a point.")
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||