Méthode | Description | |
---|---|---|
FindResources ( Actor self ) : System.Collections.Generic | ||
FindResources ( Actor self, CPos avoidCell ) : System.Collections.Generic | ||
GetTargets ( Actor self ) : IEnumerable |
||
Tick ( Actor self ) : Activity |
Méthode | Description | |
---|---|---|
ClosestHarvestablePos ( Actor self ) : CPos? |
Finds the closest harvestable pos between the current position of the harvester and the last order location
|
public FindResources ( Actor self ) : System.Collections.Generic | ||
self | Actor | |
Résultat | System.Collections.Generic |
public FindResources ( Actor self, CPos avoidCell ) : System.Collections.Generic | ||
self | Actor | |
avoidCell | CPos | |
Résultat | System.Collections.Generic |
public GetTargets ( Actor self ) : IEnumerable |
||
self | Actor | |
Résultat | IEnumerable |