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

상속: Activity
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
ChooseAirfield ( Actor self, bool unreservedOnly ) : Actor
ReturnToBase ( Actor self, bool abortOnResupply, Actor dest = null, bool alwaysLand = true ) : System
Tick ( Actor self ) : Activity

비공개 메소드들

메소드 설명
Calculate ( Actor self ) : void
CalculateTurnRadius ( int speed ) : int
ShouldLandAtBuilding ( Actor self, Actor dest ) : bool

메소드 상세

ChooseAirfield() 공개 정적인 메소드

public static ChooseAirfield ( Actor self, bool unreservedOnly ) : Actor
self Actor
unreservedOnly bool
리턴 Actor

ReturnToBase() 공개 메소드

public ReturnToBase ( Actor self, bool abortOnResupply, Actor dest = null, bool alwaysLand = true ) : System
self Actor
abortOnResupply bool
dest Actor
alwaysLand bool
리턴 System

Tick() 공개 메소드

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