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

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

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

Private Methods

Méthode Description
CanDropHere ( ) : bool
FindDropLocation ( CPos targetCell, WDist maxSearchDistance ) : CPos?
Release ( ) : void

Method Details

Cancel() public méthode

public Cancel ( Actor self ) : void
self Actor
Résultat void

DeliverUnit() public méthode

public DeliverUnit ( Actor self, CPos destination ) : System.Linq
self Actor
destination CPos
Résultat System.Linq

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity