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

상속: OpenRA.Activities.Activity
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
Wait ( int period ) : System
Wait ( int period, bool interruptable ) : System

메소드 상세

Cancel() 공개 메소드

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

Tick() 공개 메소드

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

Wait() 공개 메소드

public Wait ( int period ) : System
period int
리턴 System

Wait() 공개 메소드

public Wait ( int period, bool interruptable ) : System
period int
interruptable bool
리턴 System