mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
shared global types
This commit is contained in:
20
scada-common/types.lua
Normal file
20
scada-common/types.lua
Normal file
@ -0,0 +1,20 @@
|
||||
-- Global Types
|
||||
|
||||
rtu_t = {
|
||||
redstone = "redstone",
|
||||
boiler = "boiler",
|
||||
turbine = "turbine",
|
||||
energy_machine = "emachine",
|
||||
induction_matrix = "imatrix"
|
||||
}
|
||||
|
||||
iss_status_t = {
|
||||
ok = "ok",
|
||||
dmg_crit = "dmg_crit",
|
||||
ex_hcoolant = "heated_coolant_backup",
|
||||
ex_waste = "full_waste",
|
||||
high_temp = "high_temp",
|
||||
no_fuel = "no_fuel",
|
||||
no_coolant = "no_coolant",
|
||||
timeout = "timeout"
|
||||
}
|
Reference in New Issue
Block a user