Difference between revisions of "Rocket Manufactory/Data Network"
From Unofficial Stationeers Wiki
(Initial creation of page) |
m (Made "Description" unsortable) |
||
Line 6: | Line 6: | ||
! '''Data Interaction''' | ! '''Data Interaction''' | ||
! '''Data Type''' | ! '''Data Type''' | ||
− | ! '''Description''' | + | ! class="unsortable" |'''Description''' |
|- | |- | ||
Revision as of 08:26, 21 December 2023
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 |