Property | Type | Description | |
---|---|---|---|
DisableItemObjectView | void | ||
EnableItemObjectView | void | ||
Environment_ObjectMoved | void | ||
Environment_ObjectRemoved | void | ||
GetMinStack | int | ||
GetStack | int | ||
IJobObserver | void | ||
IJobSource | IAssignment | ||
ItemObject_ParameterChanged | void | ||
Match | bool | ||
Stockpile | System |
Method | Description | |
---|---|---|
CreateStockpile ( |
||
DestructStockpile ( |
||
FindEmptyLocation ( bool &ok ) : IntVector3 | ||
LocationOk ( IntVector3 p, |
||
Register ( ) : void | ||
SetCriteria ( ItemFilter itemFilter ) : void | ||
Stockpile ( |
||
ToString ( ) : string | ||
Unregister ( ) : void |
Method | Description | |
---|---|---|
DisableItemObjectView ( ) : void | ||
EnableItemObjectView ( ) : void | ||
Environment_ObjectMoved ( |
||
Environment_ObjectRemoved ( |
||
GetMinStack ( ) : int | ||
GetStack ( IntVector3 p ) : int | ||
IJobObserver ( IJob job, JobStatus status ) : void | ||
IJobSource ( ILivingObject living ) : IAssignment | ||
ItemObject_ParameterChanged ( |
||
Match ( |
||
Stockpile ( SaveGameContext ctx ) : System |
public static CreateStockpile ( |
||
environment | ||
area | IntGrid2Z | |
return |
public static DestructStockpile ( |
||
stockpile | ||
return | void |
public FindEmptyLocation ( bool &ok ) : IntVector3 | ||
ok | bool | |
return | IntVector3 |
public LocationOk ( IntVector3 p, |
||
p | IntVector3 | |
ob | ||
return | bool |
public SetCriteria ( ItemFilter itemFilter ) : void | ||
itemFilter | ItemFilter | |
return | void |
public Stockpile ( |
||
environment | ||
area | IntGrid2Z | |
return | System |