메소드 | 설명 | |
---|---|---|
FindResources ( Actor self ) : System.Collections.Generic | ||
FindResources ( Actor self, CPos avoidCell ) : System.Collections.Generic | ||
GetTargets ( Actor self ) : IEnumerable |
||
Tick ( Actor self ) : Activity |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Collections.Generic |
public FindResources ( Actor self, CPos avoidCell ) : System.Collections.Generic | ||
self | Actor | |
avoidCell | CPos | |
리턴 | System.Collections.Generic |