Loading...
Searching...
No Matches
realvirtual.LogicStep_Delay Class Reference
Logic step that introduces a time delay before proceeding to the next step. More...
Inheritance diagram for realvirtual.LogicStep_Delay:

Public Member Functions | |
void | FixedUpdate () |
![]() | |
void | StartStep () |
Starts the execution of this logic step. | |
Public Attributes | |
float | Duration |
Time to wait in seconds before proceeding to the next step. | |
![]() | |
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 | |
override void | OnStarted () |
![]() | |
void | OnStarted () |
virtual void | OnStartInit () |
void | NextStep () |
bool | NonBlocking () |
void | NextStep (string name) |
void | Start () |
Additional Inherited Members | |
![]() | |
bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that introduces a time delay before proceeding to the next step.
Useful for creating pauses between automation actions or waiting for processes to complete. The step progress is displayed as a percentage during execution.
Member Data Documentation
◆ Duration
float realvirtual.LogicStep_Delay.Duration |
Time to wait in seconds before proceeding to the next step.