C# Класс OpenRA.Mods.Common.Activities.FindResources

Наследование: Activity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

FindResources() публичный Метод

public FindResources ( Actor self ) : System.Collections.Generic
self Actor
Результат System.Collections.Generic

FindResources() публичный Метод

public FindResources ( Actor self, CPos avoidCell ) : System.Collections.Generic
self Actor
avoidCell CPos
Результат System.Collections.Generic

GetTargets() публичный Метод

public GetTargets ( Actor self ) : IEnumerable
self Actor
Результат IEnumerable

Tick() публичный Метод

public Tick ( Actor self ) : Activity
self Actor
Результат Activity