I don't need to test my programs. I have an error-correcting modem.

UE1:UnrealMenu (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> Actor >> Menu >> UnrealMenu
Package: 
UnrealShare
Direct subclasses:
InfoMenu, UnrealInfoMenu, UnrealListMenu, UnrealLongMenu, UnrealShortMenu
This class in other games:
RTNP, U1

UnrealMenu

Master class of all UnrealI menus. Contains nonstyle specific utilities for all menu types (Info/Long/Short).

Instance functions[edit]

DrawList[edit]

function DrawList (Canvas Canvas, bool bLargeFont, int Spacing, int StartX, int StartY)


DrawSlider[edit]

function DrawSlider (Canvas Canvas, int StartX, int StartY, int Value, int sMin, int StepSize)


DrawTitle[edit]

function DrawTitle (Canvas Canvas)


PlayEnterSound[edit]

simulated function PlayEnterSound ()

Overrides: Menu.PlayEnterSound


PlayModifySound[edit]

simulated function PlayModifySound ()

Overrides: Menu.PlayModifySound


PlaySelectSound[edit]

simulated function PlaySelectSound ()

Overrides: Menu.PlaySelectSound