- Extends
- UnrealShortMenu
- Modifiers
- config ( user )
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Menu
|
+-- UnrealShare.UnrealMenu
|
+-- UnrealShare.UnrealShortMenu
|
+-- UnrealShare.UnrealPlayerMenu
Direct Known Subclasses:
UnrealMeshMenu
var bool bPulseDown;
var bool bSetup;
var globalconfig string ClassString;
var int CurrentTeam;
var string PlayerName;
var globalconfig string PreferredSkin;
var localized string Teams[4];
function Menu ExitMenu ( ) )
function FindSkin ( int Dir) )
function MenuTick ( float DeltaTime) )
function bool ProcessLeft ( ) )
function ProcessMenuEscape ( ) )
function ProcessMenuInput ( coerce string InputString ) )
function ProcessMenuUpdate ( coerce string InputString ) )
function bool ProcessRight ( ) )
function bool ProcessSelection ( ) )
function SaveConfigs ( ) )
function SetUpDisplay ( ) )
defaultproperties
{
Teams(0)="Red"
Teams(1)="Blue"
Teams(2)="Green"
Teams(3)="Gold"
MenuLength=3
HelpMessage(1)="Hit enter to type in your name. Be sure to do this before joining a multiplayer game."
HelpMessage(2)="Use the arrow keys to change your team color (Red, Blue, Green, or Yellow)."
HelpMessage(3)="Change your skin using the left and right arrow keys."
MenuList(1)="Name: "
MenuList(2)="Team Color:"
MenuList(3)="Skin:"
MenuTitle="Select Digital Representation"
bOnlyOwnerSee=True
Physics=PHYS_Rotating
AnimSequence=Walk
DrawType=DT_Mesh
DrawScale=0.100000
bUnlit=True
bFixedRotationDir=True
RotationRate=(Yaw=8000)
DesiredRotation=(Yaw=30000)
}
|
Creation time: Fr 7.6.2013 13:15:18.970 - Created with
UnCodeX