Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:BaseGUIController (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
Direct subclass:
GUIController
This class in other games:
UE2Runtime, UT2003

Class: Engine.BaseGUIController

This is just a stub class that should be subclassed to support menus.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] DefaultPens

Type: Material

Array size: 3


Default value, index 0: Texture'MenuWhite'

Default value, index 1: Texture'MenuBlack'

Default value, index 2: Texture'MenuGray'

[edit] NetworkMsgMenu

Type: string

Modifiers: config

Menu used for network messages

[edit] QuestionMenuClass

Type: string

Modifiers: config


[edit] Default values

Property Value
bActive False
bNativeEvents True

[edit] Delegates

[edit] OnAdminReply

delegate OnAdminReply (string Reply)


[edit] Functions

[edit] Events

[edit] AutoLoadMenus

event AutoLoadMenus ()


[edit] CloseAll

event CloseAll (bool bCancel, optional bool bForced)


[edit] CloseMenu

event bool CloseMenu (optional bool bCanceled)


[edit] InitializeController

event InitializeController ()


[edit] NeedsMenuResolution

event bool NeedsMenuResolution ()


[edit] OpenMenu

event bool OpenMenu (string NewMenuName, optional string Param1, optional string Param2)


[edit] ReplaceMenu

event bool ReplaceMenu (string NewMenuName, optional string Param1, optional string Param2, optional bool bCancelled)


[edit] SetRequiredGameResolution

event SetRequiredGameResolution (string GameRes)


[edit] Other instance functions

[edit] SetControllerStatus

function SetControllerStatus (bool On)


Personal tools