mod_adapter_core ![code/modules/wiremod/shell/module.dm 136](git.png)
Vars | |
activated | Whether or not the suit is activated |
---|---|
attached_module | The MODsuit module this circuit is associated with |
deployed | Whether or not the suit is deployed |
deployed_parts | A list of the names of all currently deployed parts |
module_to_select | The name of the module to select |
on_deploy | The signal that is triggered when the suit is deployed by a signal |
on_module_selected | The signal that is triggered when a module is selected |
on_toggle_finish | The signal that is triggered when the suit has finished toggling itself after being activated by a signal |
select_module | The signal to select a module |
selected_module | The name of the last selected module |
toggle_deploy | The signal to toggle deployment of the modsuit |
toggle_suit | The signal to toggle the suit |
wearer | A reference to the wearer of the MODsuit |
Var Details
activated ![code/modules/wiremod/shell/module.dm 162](git.png)
Whether or not the suit is activated
attached_module ![code/modules/wiremod/shell/module.dm 141](git.png)
The MODsuit module this circuit is associated with
deployed ![code/modules/wiremod/shell/module.dm 159](git.png)
Whether or not the suit is deployed
deployed_parts ![code/modules/wiremod/shell/module.dm 168](git.png)
A list of the names of all currently deployed parts
module_to_select ![code/modules/wiremod/shell/module.dm 144](git.png)
The name of the module to select
on_deploy ![code/modules/wiremod/shell/module.dm 174](git.png)
The signal that is triggered when the suit is deployed by a signal
on_module_selected ![code/modules/wiremod/shell/module.dm 171](git.png)
The signal that is triggered when a module is selected
on_toggle_finish ![code/modules/wiremod/shell/module.dm 179](git.png)
The signal that is triggered when the suit has finished toggling itself after being activated by a signal
select_module ![code/modules/wiremod/shell/module.dm 153](git.png)
The signal to select a module
selected_module ![code/modules/wiremod/shell/module.dm 165](git.png)
The name of the last selected module
toggle_deploy ![code/modules/wiremod/shell/module.dm 147](git.png)
The signal to toggle deployment of the modsuit
toggle_suit ![code/modules/wiremod/shell/module.dm 150](git.png)
The signal to toggle the suit
wearer ![code/modules/wiremod/shell/module.dm 156](git.png)
A reference to the wearer of the MODsuit