Loading...
Searching...
No Matches
realvirtual.LogicStep_StatStartCycle Class Reference
Inheritance diagram for realvirtual.LogicStep_StatStartCycle:

Public Attributes | |
StatCycleTime | StatCycleTimeComponent |
![]() | |
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 () |
![]() | |
void | OnStarted () |
virtual void | OnStartInit () |
void | NextStep () |
bool | NonBlocking () |
void | NextStep (string name) |
void | Start () |
Additional Inherited Members | |
![]() | |
void | StartStep () |
Starts the execution of this logic step. | |
![]() | |
bool | IsShowingRuntimeInfo [get] |