Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UnrealMenu (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Menu >> UnrealMenu
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).

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