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

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

공개 메소드들

메소드 설명
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
WaitFor ( Func f ) : System
WaitFor ( Func f, bool interruptable ) : System

메소드 상세

Cancel() 공개 메소드

public Cancel ( Actor self ) : void
self Actor
리턴 void

Tick() 공개 메소드

public Tick ( Actor self ) : Activity
self Actor
리턴 OpenRA.Activities.Activity

WaitFor() 공개 메소드

public WaitFor ( Func f ) : System
f Func
리턴 System

WaitFor() 공개 메소드

public WaitFor ( Func f, bool interruptable ) : System
f Func
interruptable bool
리턴 System