Always snap to grid

UE1:UnrealMenu (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> Menu >> UnrealMenu

Contents

Package: 
UnrealShare
Direct subclasses:
InfoMenu, UnrealInfoMenu, UnrealListMenu, UnrealLongMenu, UnrealShortMenu
This class in other games:
U1, UT

UnrealMenu

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

[edit] Instance functions

[edit] DrawList

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


[edit] DrawSlider

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


[edit] DrawTitle

function DrawTitle (Canvas Canvas)


[edit] PlayEnterSound

simulated function PlayEnterSound ()

Overrides: Menu.PlayEnterSound


[edit] PlayModifySound

simulated function PlayModifySound ()

Overrides: Menu.PlayModifySound


[edit] PlaySelectSound

simulated function PlaySelectSound ()

Overrides: Menu.PlaySelectSound