mod_adapter_core
![code/modules/wiremod/shell/module.dm 74](git.png)
Vars | |
attached_module | The MODsuit module this circuit is associated with |
---|---|
module_to_select | The name of the module to select |
on_module_selected | The signal that is triggered when a module is selected |
select_module | The signal to select a module |
selected_module | The name of the last selected module |
toggle_suit | The signal to toggle the suit |
wearer | A reference to the wearer of the MODsuit |
Var Details
attached_module
![code/modules/wiremod/shell/module.dm 79](git.png)
The MODsuit module this circuit is associated with
module_to_select
![code/modules/wiremod/shell/module.dm 82](git.png)
The name of the module to select
on_module_selected
![code/modules/wiremod/shell/module.dm 99](git.png)
The signal that is triggered when a module is selected
select_module
![code/modules/wiremod/shell/module.dm 88](git.png)
The signal to select a module
selected_module
![code/modules/wiremod/shell/module.dm 94](git.png)
The name of the last selected module
toggle_suit
![code/modules/wiremod/shell/module.dm 85](git.png)
The signal to toggle the suit
wearer
![code/modules/wiremod/shell/module.dm 91](git.png)
A reference to the wearer of the MODsuit