Loading...
Searching...
No Matches
realvirtual.LogicStep_SetSignalBool Class Reference
Logic step that sets a boolean signal to a specified value and immediately proceeds. More...
Inheritance diagram for realvirtual.LogicStep_SetSignalBool:
Public Attributes | |
| Signal | Signal |
| The boolean signal to set. | |
| bool | SetToTrue |
| The value to set the signal to (true or false) | |
Public Attributes inherited from realvirtual.LogicStep | |
| string | Name |
| Name identifier for this logic step, used for jumps and debugging. | |
| float | State |
| Current execution state as percentage (0-100) | |
| bool | StepActive |
| True when this step is currently executing. | |
| bool | IsWaiting |
| True when this step is waiting for a condition. | |
| bool | IsContainer |
| True if this step is a container for other steps. | |
Protected Member Functions | |
| new bool | NonBlocking () |
| override void | OnStarted () |
| new void | Start () |
Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () |
| virtual void | OnStartInit () |
| void | NextStep () |
| bool | NonBlocking () |
| void | NextStep (string name) |
| void | Start () |
Additional Inherited Members | |
Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () |
| Starts the execution of this logic step. | |
Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that sets a boolean signal to a specified value and immediately proceeds.
This non-blocking step is used to control signals during automation sequences. Commonly used for triggering outputs or setting control flags.
Member Data Documentation
◆ SetToTrue
| bool realvirtual.LogicStep_SetSignalBool.SetToTrue |
The value to set the signal to (true or false)
◆ Signal
| Signal realvirtual.LogicStep_SetSignalBool.Signal |
The boolean signal to set.
Public Attributes inherited from