C# Класс OpenRA.Mods.Common.Traits.AutoCarryable

Наследование: Carryable, INotifyHarvesterAction, ICallForTransport
Показать файл Открыть проект

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

Метод Описание
AutoCarryable ( Actor self, AutoCarryableInfo info ) : System.Linq
Detached ( Actor self ) : void
LockForPickup ( Actor self, Actor carrier ) : bool
Reserve ( Actor self, Actor carrier ) : bool

Приватные методы

Метод Описание
ICallForTransport ( Actor self ) : void
ICallForTransport ( Actor self, CPos destination, Activity afterLandActivity ) : void
INotifyHarvesterAction ( ) : void
INotifyHarvesterAction ( Actor self ) : void
INotifyHarvesterAction ( Actor self, CPos targetCell, Activity next ) : void
INotifyHarvesterAction ( Actor self, ResourceType resource ) : void
MovementCancelled ( Actor self ) : void
RequestTransport ( Actor self, CPos destination, Activity afterLandActivity ) : void

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

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

public AutoCarryable ( Actor self, AutoCarryableInfo info ) : System.Linq
self Actor
info AutoCarryableInfo
Результат System.Linq

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

public Detached ( Actor self ) : void
self Actor
Результат void

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

public LockForPickup ( Actor self, Actor carrier ) : bool
self Actor
carrier Actor
Результат bool

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

public Reserve ( Actor self, Actor carrier ) : bool
self Actor
carrier Actor
Результат bool