| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUIPanel
|
+-- TribesGUI.TribesGUIPanel
|
+-- TribesGUI.TribesMPEscapePanel
|
+-- TribesGUI.TribesMPHintsPanel
| Variables Summary | |
|---|---|
| int | currentHintIndex |
| class<MultiplayerGameinfo> | G |
| TribesGui | |
| GUIButton | HelpButton |
| GUILabel | HintLabel |
| GUIButton | NextButton |
| GUIButton | PrevButton |
| TribesMPHintsPanel | |
| color | BindColor |
| color | HintColor |
| Inherited Variables from TribesGUI.TribesGUIPanel |
|---|
| GC |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | InternalOnShow ())) | |
![]() | OnHelpClick (GUIComponent Sender)) | |
![]() | OnNextClick (GUIComponent Sender)) | |
![]() | OnPrevClick (GUIComponent Sender)) | |
![]() | UpdateHint ())) | |
| Inherited Functions from TribesGUI.TribesGUIPanel |
|---|
| InitComponent |
| Variables Detail |
|---|
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
| Functions Detail |
|---|
InitComponent Source code
InternalOnShow Source code
OnHelpClick Source code
OnNextClick Source code
OnPrevClick Source code
UpdateHint Source code| Defaultproperties |
|---|
defaultproperties
{
OnShow=InternalOnShow
HintColor = (R=255,G=255,B=255)
BindColor = (R=255,G=255,B=255)
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||