Model NTBMK Nuclear Reactor  
| Vars | |
| _comp_grid_overlay_update | INTERNAL: Used to detemine whether an icon update is needed for the component grid overlay | 
|---|---|
| _debug_mode | INTERNAL DEBUG: set to true to output debug messages | 
| _last_total_coolant_e | INTERNAL DEBUG: tracks total stored thermal energy in the coolant | 
| _last_total_thermal_e | INTERNAL DEBUG: tracks total stored thermal energy in the reactor grid | 
| _light_turf | ref to the turf the reactor light is stored on, because you can't center simple lights | 
| _pending_grid_updates | INTERNAL: count of old pending grid updates, for the flicker prevention code | 
| air_contents | gas that has been processed, primarily used for atmos analyser | 
| component_grid | 2D grid of reactor components, or null where there are no components. Size is REACTOR_GRID_WIDTH x REACTOR_GRID_HEIGHT | 
| current_gas | Current gas mixture to process | 
| flux_grid | 2D grid of lists of neutrons in each grid slot of the component grid. Lists can be empty. | 
| melted | Flag indicating total meltdown has happened | 
| net_id | ID of this object on the pnet | 
| radiationLevel | Number of neutrons that hit the edge of the reactor grid last tick | 
| reactor_vessel_gas_volume | Volume of gas to process each tick | 
| temperature | Reactor casing temperature | 
| terminal | Reference to the power terminal we use to register onto the pnet | 
| thermal_mass | Thermal mass. Basically how much energy it takes to heat this up 1Kelvin | 
| Procs | |
| setMaterial | Transmuting nuclear engine into jeans sometimes causes a client crash | 
Var Details
_comp_grid_overlay_update 
INTERNAL: Used to detemine whether an icon update is needed for the component grid overlay
_debug_mode 
INTERNAL DEBUG: set to true to output debug messages
_last_total_coolant_e 
INTERNAL DEBUG: tracks total stored thermal energy in the coolant
_last_total_thermal_e 
INTERNAL DEBUG: tracks total stored thermal energy in the reactor grid
_light_turf  
ref to the turf the reactor light is stored on, because you can't center simple lights
_pending_grid_updates 
INTERNAL: count of old pending grid updates, for the flicker prevention code
air_contents  
gas that has been processed, primarily used for atmos analyser
component_grid  
2D grid of reactor components, or null where there are no components. Size is REACTOR_GRID_WIDTH x REACTOR_GRID_HEIGHT
current_gas  
Current gas mixture to process
flux_grid  
2D grid of lists of neutrons in each grid slot of the component grid. Lists can be empty.
melted 
Flag indicating total meltdown has happened
net_id 
ID of this object on the pnet
radiationLevel 
Number of neutrons that hit the edge of the reactor grid last tick
reactor_vessel_gas_volume 
Volume of gas to process each tick
temperature 
Reactor casing temperature
terminal  
Reference to the power terminal we use to register onto the pnet
thermal_mass 
Thermal mass. Basically how much energy it takes to heat this up 1Kelvin
Proc Details
setMaterial
Transmuting nuclear engine into jeans sometimes causes a client crash