/datum/pump_ui
Vars | |
incr_lg | The amount to change by the large increment. |
---|---|
incr_sm | The amount to change by the small increment. |
max_value | The maximum our value can be. |
min_value | The minimum our value can be. |
pump_name | Our pump's name, simple enough. |
value_name | The name of the value we use. |
value_units | The units used by our value. |
Procs | |
get_atom | Return some atom from our pump. |
get_value | Return value from our pump. |
is_on | Is our pump on? |
render | Generates the HTML |
set_value | What value to set arg to. |
show_ui | Displays the UI |
toggle_power | Toggle our pump's power. |
Var Details
incr_lg
The amount to change by the large increment.
incr_sm
The amount to change by the small increment.
max_value
The maximum our value can be.
min_value
The minimum our value can be.
pump_name
Our pump's name, simple enough.
value_name
The name of the value we use.
value_units
The units used by our value.
Proc Details
get_atom
Return some atom from our pump.
get_value
Return value from our pump.
is_on
Is our pump on?
render
Generates the HTML
set_value
What value to set arg to.
show_ui
Displays the UI
toggle_power
Toggle our pump's power.