Definition at line 9 of file FireAction.cs.
◆ FireAction()
◆ IsFinished()
override bool Barotrauma.FireAction.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 21 of file FireAction.cs.
◆ Reset()
override void Barotrauma.FireAction.Reset |
( |
| ) |
|
|
virtual |
◆ ToDebugString()
override string Barotrauma.FireAction.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 44 of file FireAction.cs.
◆ Update()
override void Barotrauma.FireAction.Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Size
float Barotrauma.FireAction.Size |
|
getset |
◆ TargetTag