C# Class OpenRA.Mods.Common.Activities.DeliverUnit

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
DeliverUnit ( Actor self, CPos destination ) : System.Linq
Tick ( Actor self ) : Activity

Private Methods

Method Description
CanDropHere ( ) : bool
FindDropLocation ( CPos targetCell, WDist maxSearchDistance ) : CPos?
Release ( ) : void

Method Details

Cancel() public method

public Cancel ( Actor self ) : void
self Actor
return void

DeliverUnit() public method

public DeliverUnit ( Actor self, CPos destination ) : System.Linq
self Actor
destination CPos
return System.Linq

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity