I don't need to test my programs. I have an error-correcting modem.
UE2:GUIController (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Interactions >> Interaction >> BaseGUIController >> GUIController |
Contents |
- Package:
- XInterface
- Direct subclass:
- UT2K4GUIController
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: Engine.GUIController
The GUIController is a simple FILO menu stack. You have 3 things you can do. You can Open a menu which adds the menu to the top of the stack. You can Replace a menu which replaces the current menu with the new menu. And you can close a menu, which returns you to the last menu on the stack.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Constants
[edit] DoCounter
Value: 1
[edit] Properties
[edit] Structs
[edit] AutoLoadMenu
Modifiers: native
[edit] DesignModeHint
Modifiers: native
[edit] eOwnageMap
Modifiers: native
[edit] ProfileStruct
Modifiers: native
[edit] RestoreMenuItem
Modifiers: native, init
[edit] Delegates
[edit] AddBuddy
delegate AddBuddy (optional string NewBuddyName)
