gravity_harness
Vars | |
cell_cover_open | If the cell cover is open or not |
---|---|
current_cell | The cell that the harness is currently using |
gravity_on | If it's manipulating gravity at all. |
max_combined_w_class | Max combined weight of all items in the storage. |
max_items | Max amount of items in the storage. |
max_w_class | Max weight class of items in the storage. |
mode | The current operating mode |
modeswitch_sound | Defines sound to be played upon mode switching |
Procs | |
change_mode | Changes the mode to target_mode , returns FALSE if the mode cannot be changed |
get_status_tab_item | This outputs the harness's current mode and cell charge to your status tab, so you don't need to examine it every time. |
toggle_mode | This cycles the harness's current mode to the next one, likely using the action button. Goes from Off to Anti to Extra, always. |
Var Details
cell_cover_open
If the cell cover is open or not
current_cell
The cell that the harness is currently using
gravity_on
If it's manipulating gravity at all.
max_combined_w_class
Max combined weight of all items in the storage.
max_items
Max amount of items in the storage.
max_w_class
Max weight class of items in the storage.
mode
The current operating mode
modeswitch_sound
Defines sound to be played upon mode switching
Proc Details
change_mode
Changes the mode to target_mode
, returns FALSE
if the mode cannot be changed
get_status_tab_item
This outputs the harness's current mode and cell charge to your status tab, so you don't need to examine it every time.
toggle_mode
This cycles the harness's current mode to the next one, likely using the action button. Goes from Off to Anti to Extra, always.