Production
object Production
Content copied to clipboard
Types
Production Tracker
Link copied to clipboard
Functions
contains
Link copied to clipboard
Need to check for make / use as well otherwise if two scripts are ran after each other that use opposing make/use for the same id There will exist a ProductionTracker for the provided id that does the other make/use
get For Id
Link copied to clipboard
fun List<Production.ProductionTracker>.getForId(id: Int, make: Boolean): Production.ProductionTracker
Content copied to clipboard
If the ProductionTracker for id does not exist yet, it creates and adds a new one to the list of trackers
stopped Making
Link copied to clipboard
stopped Using
Link copied to clipboard
Properties
trackers
Link copied to clipboard