Actions

Rocket Manufactory/Data Network

From Unofficial Stationeers Wiki

Revision as of 09:22, 21 December 2023 by Smodd (talk | contribs) (Initial creation of page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These are all of the Rocket Manufactory parameter in the game. The parameters have been scraped from the Stationpedia.

Parameter Name Data Interaction Data Type Description
Power Read Boolean Can be read to return if the device is correctly powered or not, set via the power system, return 1 if powered and O if not.
Open Read & Write Boolean 1 if device is open, otherwise 0.
Error Read Boolean 1 if device is in error state, otherwise 0.
Activate Read & Write Boolean 1 if device is activated (usually means running), otherwise 0.
Lock Read & Write Boolean 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values.
Reagents Read to be checked Total number of reagents recorded by the device
On Read & Write Boolean The current state of the device, 0 for off, 1 for on
RequiredPower Read to be checked Idle operating power quantity, does not necessarily include extra demand power
RecipeHash Read & Write to be checked Current hash of the recipe the device is set to produce
CompletionRatio Read to be checked How complete the current production is for this device, bewteen 0 and 1
ClearMemory Write Boolean When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to O when actioned
ExportCount Read to be checked How many items exported since last ClearMemory
ImportCount Read to be checked How many items imported since last ClearMemory
PrefabHash Read to be checked The hash of the structure
Referenceld Read to be checked Unique Reference Identifier for this object
Update 0.2.4677.21598 - Thu 21/12/2023 /Data Network