Actions

Difference between revisions of "Rocket Manufactory/Data Network"

From Unofficial Stationeers Wiki

m (Made "Description" unsortable)
m
Line 41: Line 41:
 
! Reagents
 
! Reagents
 
| Read
 
| Read
| to be checked
+
| Integer
 
| Total number of reagents recorded by the device
 
| Total number of reagents recorded by the device
 
|-
 
|-
Line 53: Line 53:
 
! RequiredPower
 
! RequiredPower
 
| Read
 
| Read
| to be checked
+
| Integer
 
| Idle operating power quantity, does not necessarily include extra demand power
 
| Idle operating power quantity, does not necessarily include extra demand power
 
|-
 
|-
Line 59: Line 59:
 
! RecipeHash
 
! RecipeHash
 
| Read & Write
 
| Read & Write
| to be checked
+
| Integer
 
| Current hash of the recipe the device is set to produce
 
| Current hash of the recipe the device is set to produce
 
|-
 
|-
Line 65: Line 65:
 
! CompletionRatio
 
! CompletionRatio
 
| Read
 
| Read
| to be checked
+
| Integer
 
| How complete the current production is for this device, bewteen 0 and 1
 
| How complete the current production is for this device, bewteen 0 and 1
 
|-
 
|-
Line 77: Line 77:
 
! ExportCount
 
! ExportCount
 
| Read
 
| Read
| to be checked
+
| Integer
 
| How many items exported since last ClearMemory
 
| How many items exported since last ClearMemory
 
|-
 
|-
Line 83: Line 83:
 
! ImportCount
 
! ImportCount
 
| Read
 
| Read
| to be checked
+
| Integer
 
| How many items imported since last ClearMemory
 
| How many items imported since last ClearMemory
 
|-
 
|-
Line 89: Line 89:
 
! PrefabHash
 
! PrefabHash
 
| Read
 
| Read
| to be checked
+
| Integer
 
| The hash of the structure
 
| The hash of the structure
 
|-
 
|-
Line 95: Line 95:
 
! Referenceld
 
! Referenceld
 
| Read
 
| Read
| to be checked
+
| Integer
 
| Unique Reference Identifier for this object
 
| Unique Reference Identifier for this object
 
|-
 
|-

Revision as of 12:39, 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 Integer 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 Integer Idle operating power quantity, does not necessarily include extra demand power
RecipeHash Read & Write Integer Current hash of the recipe the device is set to produce
CompletionRatio Read Integer 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 Integer How many items exported since last ClearMemory
ImportCount Read Integer How many items imported since last ClearMemory
PrefabHash Read Integer The hash of the structure
Referenceld Read Integer Unique Reference Identifier for this object
Update 0.2.4677.21598 - Thu 21/12/2023 /Data Network