Mostly Harmless
UE1:UnrealListMenu (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealListMenu |
Contents
- 1 Properties
- 1.1 Property group 'UnrealListMenu'
- 1.2 Internal variables
- 1.2.1 bPulseDown
- 1.2.2 CenterSelection
- 1.2.3 ColumnLines
- 1.2.4 Focus
- 1.2.5 LeftMax
- 1.2.6 LeftNumDrawn
- 1.2.7 LeftOffset
- 1.2.8 LeftSelection
- 1.2.9 MenuFadeTimes
- 1.2.10 PanelHeight
- 1.2.11 PanelWidth
- 1.2.12 PulseTime
- 1.2.13 RightMax
- 1.2.14 RightNumDrawn
- 1.2.15 RightOffset
- 1.2.16 RightSelection
- 1.2.17 TitleFadeTime
- 2 Instance functions
- 2.1 CenterMenuProcessInput
- 2.2 DrawBackground
- 2.3 DrawFadeList
- 2.4 DrawFadeString
- 2.5 DrawFadeTitle
- 2.6 DrawHelpPanel
- 2.7 DrawLeftList
- 2.8 DrawLeftPanel
- 2.9 DrawLeftTitle
- 2.10 DrawRightList
- 2.11 DrawRightPanel
- 2.12 DrawRightTitle
- 2.13 LeftMenuProcessInput
- 2.14 MenuProcessInput
- 2.15 MenuTick
- 2.16 RightMenuProcessInput
- Package:
- UnrealShare
- This class in other games:
- U1, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UnrealListMenu.
Properties
Property group 'UnrealListMenu'
LeftHelpMessage
Type: string
Modifiers: localized
LeftList
Type: string
Array size: 33
Modifiers: localized
LeftTitle
Type: string
Modifiers: localized
RightHelpMessage
Type: string
Modifiers: localized
RightList
Type: string
Array size: 33
Modifiers: localized
RightTitle
Type: string
Modifiers: localized
Internal variables
bPulseDown
Type: bool
CenterSelection
Type: int
ColumnLines
Type: int
Focus
Type: int
LeftMax
Type: int
LeftNumDrawn
Type: int
LeftOffset
Type: int
LeftSelection
Type: int
MenuFadeTimes
Type: float
Array size: 24
PanelHeight
Type: float
PanelWidth
Type: float
PulseTime
Type: float
RightMax
Type: int
RightNumDrawn
Type: int
RightOffset
Type: int
RightSelection
Type: int
TitleFadeTime
Type: float
Instance functions
CenterMenuProcessInput
DrawBackground
function DrawBackground (Canvas Canvas)
DrawFadeList
DrawFadeString
function DrawFadeString (Canvas Canvas, string FadeString, out float FadeTime, float XStart, float YStart, Object.Color DrawColor)
DrawFadeTitle
function DrawFadeTitle (Canvas Canvas)
DrawHelpPanel
DrawLeftList
function DrawLeftList (Canvas Canvas)
DrawLeftPanel
function DrawLeftPanel (Canvas Canvas)
DrawLeftTitle
function DrawLeftTitle (Canvas Canvas)
DrawRightList
function DrawRightList (Canvas Canvas)
DrawRightPanel
function DrawRightPanel (Canvas Canvas)
DrawRightTitle
function DrawRightTitle (Canvas Canvas)
LeftMenuProcessInput
MenuProcessInput
Overrides: Menu.MenuProcessInput
MenuTick
function MenuTick (float DeltaTime)
Overrides: Menu.MenuTick