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

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

공개 메소드들

메소드 설명
CaptureActor ( Actor self, Actor target ) : OpenRA.Mods.Common.Traits

보호된 메소드들

메소드 설명
CanReserve ( Actor self ) : bool
OnInside ( Actor self ) : void

메소드 상세

CanReserve() 보호된 메소드

protected CanReserve ( Actor self ) : bool
self Actor
리턴 bool

CaptureActor() 공개 메소드

public CaptureActor ( Actor self, Actor target ) : OpenRA.Mods.Common.Traits
self Actor
target Actor
리턴 OpenRA.Mods.Common.Traits

OnInside() 보호된 메소드

protected OnInside ( Actor self ) : void
self Actor
리턴 void