Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UMenu.UMenuHelpMenu

Extends
UWindowPulldownMenu

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowPulldownMenu
               |   
               +-- UMenu.UMenuHelpMenu

Variables Summary
UWindowPulldownMenuItemAboutButton
stringAboutHelp
stringAboutName
UWindowPulldownMenuItemContext
stringContextHelp
stringContextName
stringEpicGamesURLHelp
stringEpicGamesURLName
UWindowPulldownMenuItemEpicURL
UWindowPulldownMenuItemSupportURL
stringSupportURLHelp
stringSupportURLName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function Select (UWindowPulldownMenuItem I))
Inherited Functions from UWindow.UWindowPulldownMenu
AddMenuItem, BeforeExecuteItem, BeforePaint, Clear, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MenuCmd, MouseMove, Paint, PerformSelect, Select, SetSelected, ShowWindow
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

AboutButton Source code

var UWindowPulldownMenuItem AboutButton;

AboutHelp Source code

var localized string AboutHelp;

AboutName Source code

var localized string AboutName;

Context Source code

var UWindowPulldownMenuItem Context;

ContextHelp Source code

var localized string ContextHelp;

ContextName Source code

var localized string ContextName;

EpicGamesURLHelp Source code

var localized string EpicGamesURLHelp;

EpicGamesURLName Source code

var localized string EpicGamesURLName;

EpicURL Source code

var UWindowPulldownMenuItem EpicURL;

SupportURL Source code

var UWindowPulldownMenuItem SupportURL;

SupportURLHelp Source code

var localized string SupportURLHelp;

SupportURLName Source code

var localized string SupportURLName;


Functions Detail

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

Select Source code

function Select ( UWindowPulldownMenuItem I) )


Defaultproperties

defaultproperties
{
				ContextName="&Context Help"
				ContextHelp="Enable and disable this context help area at the bottom of the screen."
				AboutName="&About"
				AboutHelp="See the credits about who created this game."
				EpicGamesURLName="About &Epic Games"
				EpicGamesURLHelp="Click to open Epic Games webpage!"
				SupportURLName="Technical Support"
				SupportURLHelp="Click to open the technical support web page at Oldunreal."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:14.600 - Created with UnCodeX