| 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.GUIPage
|
+-- TribesGUI.TribesGUIPage
|
+-- TribesGUI.TribesKeyMappingPopup
| Variables Summary | |
|---|---|
| bool | bAllowKeys |
| string | key |
| String | Passback |
| int | SortingOrder |
| GUIListElem | theElem |
| TribesGui | |
| GUIButton | MyCancelButton |
| GUILabel | MyTitleLabel |
| TribesKeyMappingPopup | |
| array<string> | RestrictedKeys |
| Inherited Variables from TribesGUI.TribesGUIPage |
|---|
| bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape |
| Inherited Variables from GUI.GUIPage |
|---|
| bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers |
| Functions Summary | ||
|---|---|---|
![]() | HandleParameters (string Param1, string Param2, optional int param3)) | |
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | InternalOnActivate ())) | |
![]() | InternalOnClick (GUIComponent Sender)) | |
![]() | InternalOnDeActivate ())) | |
![]() | bool | InternalOnRawKeyPress (byte NewKey)) |
![]() | InternalOnShow ())) | |
![]() | bool | IsRestricted (string key )) |
![]() | Timer ())) | |
| Inherited Functions from TribesGUI.TribesGUIPage |
|---|
| DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit |
| Inherited Functions from GUI.GUIPage |
|---|
| Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show |
| 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.
| Functions Detail |
|---|
HandleParameters Source code
InitComponent Source code
InternalOnActivate Source code
InternalOnClick Source code
InternalOnDeActivate Source code
InternalOnRawKeyPress Source code
InternalOnShow Source code
IsRestricted Source code
Timer Source code| Defaultproperties |
|---|
defaultproperties
{
OnActivate=InternalOnActivate
OnDeActivate=InternalOnDeActivate
RestrictedKeys=("Unknown5B","Unknown5D","PrintScrn","Pause","ScrollLock")
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||