Definition at line 3 of file WaitAction.cs.
◆ WaitAction()
◆ IsFinished()
override bool Barotrauma.WaitAction.IsFinished |
( |
ref string |
goToLabel | ) |
|
|
virtual |
Has the action finished.
- Parameters
-
goToLabel | If null or empty, the event moves to the next action. Otherwise it moves to the specified label. |
- Returns
Implements Barotrauma.EventAction.
Definition at line 15 of file WaitAction.cs.
◆ Reset()
override void Barotrauma.WaitAction.Reset |
( |
| ) |
|
|
virtual |
◆ ToDebugString()
override string Barotrauma.WaitAction.ToDebugString |
( |
| ) |
|
|
virtual |
Rich test to display in debugdraw
{
return $"{ToolBox.GetDebugSymbol(isFinished)} SomeAction -> "(someInfo: {info.ColorizeObject()})";
}
override string ToDebugString()
Rich test to display in debugdraw
- Returns
Reimplemented from Barotrauma.EventAction.
Definition at line 30 of file WaitAction.cs.
◆ Update()
override void Barotrauma.WaitAction.Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Time
float Barotrauma.WaitAction.Time |
|
getset |