UE2:UT2MainMenu (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2MainMenu
Package:
XInterface
This class in other games:

Class: XInterface.UT2MainMenu

The Main Menu

(c) 2002, Epic Games, Inc. All Rights Reserved

Properties

AllowClose

Type: bool


Default values

See UT2MainMenu defaults.

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

ButtonClick

function bool ButtonClick (GUIComponent Sender)


CanClose

function bool CanClose (optional bool bCanceled)


MyKeyEvent

function bool MyKeyEvent (out byte Key, out byte State, float delta)


OnClose

function OnClose (optional bool bCanceled)

Overrides: GUIPage.OnClose