C# Class Dwarrowdelf.Jobs.Assignments.RandomMoveAssignment

Inheritance: Assignment
Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
RandomMoveAssignment ( IJobObserver parent ) : System
ToString ( ) : string

Protected Methods

Method Description
ActionDoneOverride ( ActionState actionStatus ) : JobStatus
AssignOverride ( ILivingObject worker ) : void
OnStateChanged ( JobStatus status ) : void
PrepareNextActionOverride ( JobStatus &progress ) : GameAction

Private Methods

Method Description
RandomMoveAssignment ( SaveGameContext ctx ) : System

Method Details

ActionDoneOverride() protected method

protected ActionDoneOverride ( ActionState actionStatus ) : JobStatus
actionStatus ActionState
return JobStatus

AssignOverride() protected method

protected AssignOverride ( ILivingObject worker ) : void
worker ILivingObject
return void

OnStateChanged() protected method

protected OnStateChanged ( JobStatus status ) : void
status JobStatus
return void

PrepareNextActionOverride() protected method

protected PrepareNextActionOverride ( JobStatus &progress ) : GameAction
progress JobStatus
return GameAction

RandomMoveAssignment() public method

public RandomMoveAssignment ( IJobObserver parent ) : System
parent IJobObserver
return System

ToString() public method

public ToString ( ) : string
return string