C# 클래스 OpenRA.Mods.Common.Activities.DeliverUnit

상속: Activity
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Cancel ( Actor self ) : void
DeliverUnit ( Actor self, CPos destination ) : System.Linq
Tick ( Actor self ) : Activity

비공개 메소드들

메소드 설명
CanDropHere ( ) : bool
FindDropLocation ( CPos targetCell, WDist maxSearchDistance ) : CPos?
Release ( ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( Actor self ) : void
self Actor
리턴 void

DeliverUnit() 공개 메소드

public DeliverUnit ( Actor self, CPos destination ) : System.Linq
self Actor
destination CPos
리턴 System.Linq

Tick() 공개 메소드

public Tick ( Actor self ) : Activity
self Actor
리턴 Activity