C# Class OpenRA.Mods.Common.Widgets.UnitCommandWidget

Contains all functions that are unit-specific.
Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
GetCursor ( int2 pos ) : string
GetEventBounds ( ) : Rectangle
HandleKeyPress ( KeyInput e ) : bool

Private Methods

Méthode Description
PerformAttackMove ( ) : bool
PerformDeploy ( ) : bool
PerformGuard ( ) : bool
PerformKeyboardOrderOnSelection ( Order>.Func f ) : void
PerformScatter ( ) : bool
PerformStanceCycle ( ) : bool
PerformStop ( ) : bool
ProcessInput ( KeyInput e ) : bool
UnitCommandWidget ( World world, WorldRenderer worldRenderer ) : System

Method Details

GetCursor() public méthode

public GetCursor ( int2 pos ) : string
pos int2
Résultat string

GetEventBounds() public méthode

public GetEventBounds ( ) : Rectangle
Résultat System.Drawing.Rectangle

HandleKeyPress() public méthode

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Résultat bool