C# Class OpenRA.Mods.RA.Traits.ChronoshiftPower.SelectDestination

Inheritance: IOrderGenerator
Mostrar archivo Open project: OpenRA/OpenRA

Public Methods

Method Description
GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string
Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable
Render ( WorldRenderer wr, World world ) : IEnumerable
RenderAboveShroud ( WorldRenderer wr, World world ) : IEnumerable
SelectDestination ( World world, string order, SupportPowerManager manager, ChronoshiftPower power, CPos sourceLocation ) : System.Collections.Generic
Tick ( World world ) : void

Private Methods

Method Description
IsValidTarget ( CPos xy ) : bool
OrderInner ( CPos xy ) : IEnumerable

Method Details

GetCursor() public method

public GetCursor ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : string
world World
cell CPos
worldPixel int2
mi MouseInput
return string

Order() public method

public Order ( World world, CPos cell, int2 worldPixel, MouseInput mi ) : IEnumerable
world World
cell CPos
worldPixel int2
mi MouseInput
return IEnumerable

Render() public method

public Render ( WorldRenderer wr, World world ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
world World
return IEnumerable

RenderAboveShroud() public method

public RenderAboveShroud ( WorldRenderer wr, World world ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
world World
return IEnumerable

SelectDestination() public method

public SelectDestination ( World world, string order, SupportPowerManager manager, ChronoshiftPower power, CPos sourceLocation ) : System.Collections.Generic
world World
order string
manager SupportPowerManager
power ChronoshiftPower
sourceLocation CPos
return System.Collections.Generic

Tick() public method

public Tick ( World world ) : void
world World
return void