Sectioned Panel Rear Panel A
Parent |
Rear Panel.
11x11 Module Sockets.
Needs external network connection using Thin Network Cables.
Part of the Sectioned Large Control Panel. It can be extended and customized by using the other sections in the same switch group.
Functions
getModules () → modules : Array<Object<Object>>
Returns all modules placed on the panels.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get All Modules |
| Name | Type | Description |
|---|---|---|
Modules |
Array<Object<Object>> |
All the modules placed on the panels. |
getModule (x : Int, y : Int, panel : Int) → module : Object<Actor>
Returns the module placed at the given location on the given panel.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Module |
| Name | Type | Description |
|---|---|---|
X |
Int |
The x location of the module on the panel. (0 = left) |
Y |
Int |
The y location of the module on the panel. (0 = bottom) |
Panel |
Int |
The panel you want to get the module from. |
| Name | Type | Description |
|---|---|---|
Module |
Object<Actor> |
The module you want to get. Null if no module was placed. |