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

Jump to: navigation, search
UT2004 Object >> Interactions >> Interaction >> BaseGUIController >> GUIController

Contents

Package: 
XInterface
Direct subclass:
UT2K4GUIController
This class in other games:
UE2Runtime, UT2003

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

See GUIController properties.

[edit] Structs

[edit] AutoLoadMenu

Modifiers: native

string MenuClassName 
bool bPreInitialize 

[edit] DesignModeHint

Modifiers: native

string Key 
string Description 

[edit] eOwnageMap

Modifiers: native

int RLevel 
string MapName 
string MapDesc 
string MapURL 

[edit] ProfileStruct

Modifiers: native

string ProfileName 
float ProfileSeconds 

[edit] RestoreMenuItem

Modifiers: native, init

string MenuClassName 
string Param1 
string Param2 

[edit] Delegates

[edit] AddBuddy

delegate AddBuddy (optional string NewBuddyName)


[edit] OnNeedRawKeyPress

delegate bool OnNeedRawKeyPress (byte NewKey)


[edit] Functions

See GUIController functions.

Personal tools