Process - KitchenMods/KitchenLib GitHub Wiki

GameDataObject - Process

What is an Process?

...

What overrides can I use?

Process Overrides

GameDataObject BasicEnablingAppliance                           // This GameDataObject is what enabled this Process.
int EnablingApplianceCount                                      //
Process IsPseudoProcessFor                                      //
bool CanObfuscateProgress                                       // When TRUE : progress for this Process can be obfuscated with Unlocks
LocalisationObject<ProcessInfo> Info                            // Localisation information for this Process.

GameDataObject Overrides

int ID                                                          // This is the unique identifier for this GameDataObject. This should not be changed.

KitchenLib Overrides

string UniqueNameID                                             // This is used to generate a hashed ID.
int BaseGameDataObjectID                                        // This is used to use another GameDataObject's values as a base for this GameDataObject.
⚠️ **GitHub.com Fallback** ⚠️