C# 클래스 Dwarrowdelf.AI.AssignmentAI

상속: IAI
파일 보기 프로젝트 열기: tomba/dwarrowdelf

보호된 프로퍼티들

프로퍼티 타입 설명
trace MyTraceProxy

Private Properties

프로퍼티 타입 설명
OnPostDeserialization void

공개 메소드들

메소드 설명
Abort ( ) : void
ActionDone ( ActionDoneEvent e ) : void
ActionProgress ( ActionProgressEvent e ) : void
ActionStarted ( ActionStartEvent e ) : void
DecideAction ( ActionPriority priority ) : GameAction

return new or current GameAction, possibly overriding the current action, or null to abort the current action

보호된 메소드들

메소드 설명
AssignmentAI ( ILivingObject worker, int playerID ) : System
AssignmentAI ( SaveGameContext ctx ) : System
ClearCurrentAssignment ( ) : void
GetNewOrCurrentAssignment ( ActionPriority priority ) : IAssignment

return new or current assignment, or null to cancel current assignment, or do nothing if no current assignment

JobStatusChangedOverride ( IJob job, JobStatus status ) : void
OnJobStatusChanged ( IJob job, JobStatus status ) : void
SetCurrentAssignment ( IAssignment assignment, ActionPriority priority ) : void

비공개 메소드들

메소드 설명
OnPostDeserialization ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

ActionDone() 공개 메소드

public ActionDone ( ActionDoneEvent e ) : void
e ActionDoneEvent
리턴 void

ActionProgress() 공개 메소드

public ActionProgress ( ActionProgressEvent e ) : void
e ActionProgressEvent
리턴 void

ActionStarted() 공개 메소드

public ActionStarted ( ActionStartEvent e ) : void
e ActionStartEvent
리턴 void

AssignmentAI() 보호된 메소드

protected AssignmentAI ( ILivingObject worker, int playerID ) : System
worker ILivingObject
playerID int
리턴 System

AssignmentAI() 보호된 메소드

protected AssignmentAI ( SaveGameContext ctx ) : System
ctx SaveGameContext
리턴 System

ClearCurrentAssignment() 보호된 메소드

protected ClearCurrentAssignment ( ) : void
리턴 void

DecideAction() 공개 메소드

return new or current GameAction, possibly overriding the current action, or null to abort the current action
public DecideAction ( ActionPriority priority ) : GameAction
priority ActionPriority
리턴 GameAction

GetNewOrCurrentAssignment() 보호된 추상적인 메소드

return new or current assignment, or null to cancel current assignment, or do nothing if no current assignment
protected abstract GetNewOrCurrentAssignment ( ActionPriority priority ) : IAssignment
priority ActionPriority
리턴 IAssignment

JobStatusChangedOverride() 보호된 메소드

protected JobStatusChangedOverride ( IJob job, JobStatus status ) : void
job IJob
status JobStatus
리턴 void

OnJobStatusChanged() 보호된 메소드

protected OnJobStatusChanged ( IJob job, JobStatus status ) : void
job IJob
status JobStatus
리턴 void

SetCurrentAssignment() 보호된 메소드

protected SetCurrentAssignment ( IAssignment assignment, ActionPriority priority ) : void
assignment IAssignment
priority ActionPriority
리턴 void

프로퍼티 상세

trace 보호되어 있는 프로퍼티

protected MyTraceProxy trace
리턴 MyTraceProxy