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

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

공개 메소드들

메소드 설명
Demolish ( Actor self, Actor target, EnterBehaviour enterBehaviour, int delay, int flashes, int flashesDelay, int flashInterval, int flashDuration ) : System.Linq

보호된 메소드들

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

메소드 상세

CanReserve() 보호된 메소드

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

Demolish() 공개 메소드

public Demolish ( Actor self, Actor target, EnterBehaviour enterBehaviour, int delay, int flashes, int flashesDelay, int flashInterval, int flashDuration ) : System.Linq
self Actor
target Actor
enterBehaviour EnterBehaviour
delay int
flashes int
flashesDelay int
flashInterval int
flashDuration int
리턴 System.Linq

OnInside() 보호된 메소드

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