WireRunner¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any |
|||
<output> |
Any |
|||
Wire |
The wire variable to compose and run. | none |
Wire Var(Wire) |
|
Mode |
The way to run the wire. Inline: will run the sub wire inline within the root wire, a pause in the child wire will pause the root too; Detached: will run the wire separately in the same mesh, a pause in this wire will not pause the root; Stepped: the wire will run as a child, the root will tick the wire every activation of this shard and so a child pause won't pause the root. | Enum: 0 vendor: 0x66726167 type: 0x72756e43 |
RunWireMode |