Method | Description | |
---|---|---|
RandomMoveAssignment ( IJobObserver parent ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ActionDoneOverride ( ActionState actionStatus ) : JobStatus | ||
AssignOverride ( ILivingObject worker ) : void | ||
OnStateChanged ( JobStatus status ) : void | ||
PrepareNextActionOverride ( JobStatus &progress ) : GameAction |
Method | Description | |
---|---|---|
RandomMoveAssignment ( SaveGameContext ctx ) : System |
protected ActionDoneOverride ( ActionState actionStatus ) : JobStatus | ||
actionStatus | ActionState | |
return | JobStatus |
protected AssignOverride ( ILivingObject worker ) : void | ||
worker | ILivingObject | |
return | void |
protected OnStateChanged ( JobStatus status ) : void | ||
status | JobStatus | |
return | void |
protected PrepareNextActionOverride ( JobStatus &progress ) : GameAction | ||
progress | JobStatus | |
return | GameAction |
public RandomMoveAssignment ( IJobObserver parent ) : System | ||
parent | IJobObserver | |
return | System |