Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Menu | +-- UnrealShare.UnrealMenu | +-- UnrealShare.UnrealListMenu
Variables Summary | |
---|---|
bool | bPulseDown |
int | CenterSelection |
int | ColumnLines |
int | Focus |
int | LeftMax |
int | LeftNumDrawn |
int | LeftOffset |
int | LeftSelection |
float | MenuFadeTimes[24] |
float | PanelHeight |
float | PanelWidth |
float | PulseTime |
int | RightMax |
int | RightNumDrawn |
int | RightOffset |
int | RightSelection |
float | TitleFadeTime |
UnrealListMenu | |
string | LeftHelpMessage |
string | LeftList[33] |
string | LeftTitle |
string | RightHelpMessage |
string | RightList[33] |
string | RightTitle |
Inherited Variables from Engine.Menu |
---|
bConfigChanged, bExitAllMenus, CenterString, DisabledString, EnabledString, HelpMessage[24], LeftString, MenuLength, MenuList[24], MenuTitle, NoString, ParentMenu, PlayerOwner, RightString, Selection, YesString |
Functions Summary | ||
---|---|---|
![]() | CenterMenuProcessInput (byte KeyNum, byte ActionNum) | |
![]() | DrawBackground (canvas Canvas) | |
![]() | DrawFadeList (canvas Canvas, int Spacing, int StartX, int StartY) | |
![]() | DrawFadeString (canvas Canvas, string FadeString, out float FadeTime, float XStart, float YStart, color DrawColor) | |
![]() | DrawFadeTitle (canvas Canvas) | |
![]() | DrawHelpPanel (canvas Canvas, int StartY, int XClip) | |
![]() | DrawLeftList (canvas Canvas) | |
![]() | DrawLeftPanel (canvas Canvas) | |
![]() | DrawLeftTitle (canvas Canvas) | |
![]() | DrawRightList (canvas Canvas) | |
![]() | DrawRightPanel (canvas Canvas) | |
![]() | DrawRightTitle (canvas Canvas) | |
![]() | LeftMenuProcessInput (byte KeyNum, byte ActionNum) | |
![]() | MenuProcessInput (byte KeyNum, byte ActionNum) | |
![]() | MenuTick (float DeltaTime) | |
![]() | RightMenuProcessInput (byte KeyNum, byte ActionNum) |
Inherited Functions from UnrealShare.UnrealMenu |
---|
DrawList, DrawSlider, DrawTitle, PlayEnterSound, PlayModifySound, PlaySelectSound |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties
{
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |