Property | Type | Description | |
---|---|---|---|
Bill | Bill_Production | ||
BillGivers | BillGiverTracker | ||
History | History | ||
MainProduct | MainProductTracker | ||
OtherRecipeDefs | List |
||
Trigger | Trigger_Threshold | ||
debug | StringBuilder | ||
prioritizeManual | bool | ||
restrictToMaxSkill | bool |
Method | Description | |
---|---|---|
CleanUp ( ) : void |
Delete all outstanding managed bills for this job.
|
|
DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void | ||
DrawOverviewDetails ( Rect rect ) : void | ||
ExposeData ( ) : void | ||
ForceRecacheOtherRecipe ( ) : void | ||
GlobalWork ( ) : void |
Sorting of bills
|
|
ManagerJob_Production ( ) : System.Text | ||
ManagerJob_Production ( Manager manager, RecipeDef recipe ) : System.Text | ||
OtherRecipeAvailable ( ) : bool | ||
SetNewRecipe ( RecipeDef newRecipe ) : void | ||
Tick ( ) : void | ||
ToString ( ) : string | ||
TryDoJob ( ) : bool |
Try to assign / clean up assignments
|
Method | Description | |
---|---|---|
CleanBillgivers ( bool &actionTaken ) : void |
Delete outstanding managed jobs on billgivers that no longer meet criteria
|
|
Update ( Bill_Production thatBill, bool &actionTaken ) : void |
update bill settings
|
public DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void | ||
rect | Rect | |
overview | bool | |
active | bool | |
return | void |
public DrawOverviewDetails ( Rect rect ) : void | ||
rect | Rect | |
return | void |
public ManagerJob_Production ( ) : System.Text | ||
return | System.Text |
public ManagerJob_Production ( Manager manager, RecipeDef recipe ) : System.Text | ||
manager | Manager | |
recipe | RecipeDef | |
return | System.Text |
public SetNewRecipe ( RecipeDef newRecipe ) : void | ||
newRecipe | RecipeDef | |
return | void |