C# 클래스 OpenRA.Mods.Common.Traits.AutoCarryall

상속: Carryall, INotifyBecomingIdle
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
AutoCarryall ( Actor self, AutoCarryallInfo info ) : System.Linq
RequestTransportNotify ( Actor self, Actor carryable, CPos destination ) : bool

비공개 메소드들

메소드 설명
FindCarryableForTransport ( Actor self ) : void
INotifyBecomingIdle ( Actor self ) : void
IsBestAutoCarryallForCargo ( Actor self, Actor candidateCargo ) : bool

메소드 상세

AutoCarryall() 공개 메소드

public AutoCarryall ( Actor self, AutoCarryallInfo info ) : System.Linq
self Actor
info AutoCarryallInfo
리턴 System.Linq

RequestTransportNotify() 공개 메소드

public RequestTransportNotify ( Actor self, Actor carryable, CPos destination ) : bool
self Actor
carryable Actor
destination CPos
리턴 bool