C# Class Dwarrowdelf.Jobs.Assignments.MoveToAreaAssignment

Inheritance: MoveAssignmentBase
Datei anzeigen Open project: tomba/dwarrowdelf

Public Methods

Method Description
MoveToAreaAssignment ( IJobObserver parent, IEnvironmentObject environment, IntGrid3 destination, DirectionSet positioning ) : System
ToString ( ) : string

Protected Methods

Method Description
CheckProgress ( ILivingObject worker ) : JobStatus
GetPath ( ILivingObject worker ) : Queue

Private Methods

Method Description
MoveToAreaAssignment ( SaveGameContext ctx ) : System

Method Details

CheckProgress() protected method

protected CheckProgress ( ILivingObject worker ) : JobStatus
worker ILivingObject
return JobStatus

GetPath() protected method

protected GetPath ( ILivingObject worker ) : Queue
worker ILivingObject
return Queue

MoveToAreaAssignment() public method

public MoveToAreaAssignment ( IJobObserver parent, IEnvironmentObject environment, IntGrid3 destination, DirectionSet positioning ) : System
parent IJobObserver
environment IEnvironmentObject
destination IntGrid3
positioning DirectionSet
return System

ToString() public method

public ToString ( ) : string
return string