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

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

공개 프로퍼티들

프로퍼티 타입 설명
Bridge OpenRA.Traits.Bridge
FirstBridge OpenRA.Traits.Bridge

공개 메소드들

메소드 설명
BridgeHut ( ActorInitializer init ) : System.Linq
Demolish ( Actor self, Actor saboteur ) : void
IsValidTarget ( Actor self, Actor saboteur ) : bool
Repair ( Actor repairer ) : void

메소드 상세

BridgeHut() 공개 메소드

public BridgeHut ( ActorInitializer init ) : System.Linq
init ActorInitializer
리턴 System.Linq

Demolish() 공개 메소드

public Demolish ( Actor self, Actor saboteur ) : void
self Actor
saboteur Actor
리턴 void

IsValidTarget() 공개 메소드

public IsValidTarget ( Actor self, Actor saboteur ) : bool
self Actor
saboteur Actor
리턴 bool

Repair() 공개 메소드

public Repair ( Actor repairer ) : void
repairer Actor
리턴 void

프로퍼티 상세

Bridge 공개적으로 프로퍼티

public Bridge,OpenRA.Traits Bridge
리턴 OpenRA.Traits.Bridge

FirstBridge 공개적으로 프로퍼티

public Bridge,OpenRA.Traits FirstBridge
리턴 OpenRA.Traits.Bridge