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

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

공개 프로퍼티들

프로퍼티 타입 설명
AllowAllies bool
AllowEnemies bool
AllowNeutral bool
CancelActivity bool

공개 메소드들

메소드 설명
CanBeTargetedBy ( Actor captor, Player owner ) : bool
Create ( ActorInitializer init ) : object

메소드 상세

CanBeTargetedBy() 공개 메소드

public CanBeTargetedBy ( Actor captor, Player owner ) : bool
captor Actor
owner Player
리턴 bool

Create() 공개 메소드

public Create ( ActorInitializer init ) : object
init ActorInitializer
리턴 object

프로퍼티 상세

AllowAllies 공개적으로 프로퍼티

public bool AllowAllies
리턴 bool

AllowEnemies 공개적으로 프로퍼티

public bool AllowEnemies
리턴 bool

AllowNeutral 공개적으로 프로퍼티

public bool AllowNeutral
리턴 bool

CancelActivity 공개적으로 프로퍼티

public bool CancelActivity
리턴 bool