Add BlockEvent - Connect

pietru 2025-02-21 19:44:26 +01:00
parent 7a8a904f04
commit 267a328e95

14
BlockEvent - Connect.-.md Normal file

@ -0,0 +1,14 @@
**ActionID:** `omni_power:connect`
**Parameters:**
- `update_triggerId` - STRING - ID of trigger to try to activate on blocks for connecting blocks together.
- `cable_group` - STRING - Phrase that blocks being in the same cable group share.
- `self_run` - BOOLEAN - Should run connection update on self. - Default: `TRUE`
- `self_only` - BOOLEAN - Should not run connection update on other blocks. - Default: `TRUE`
- `center_name` - STRING - Phrase that represent center cable parameter name. - Default: `center`
- `xp_name` - STRING - Phrase that represent positive x cable parameter name. - Default: `center`
- `xm_name` - STRING - Phrase that represent negative x cable parameter name. - Default: `xp_power`
- `yp_name` - STRING - Phrase that represent positive y cable parameter name. - Default: `yp_power`
- `ym_name` - STRING - Phrase that represent negative y cable parameter name. - Default: `ym_power`
- `zp_name` - STRING - Phrase that represent positive z cable parameter name. - Default: `zp_power`
- `zm_name` - STRING - Phrase that represent negative z cable parameter name. - Default: `zm_power`