Definition at line 5 of file AfflictionAction.cs.
◆ AfflictionAction()
◆ IsFinished()
override bool Barotrauma.AfflictionAction.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 23 of file AfflictionAction.cs.
◆ Reset()
override void Barotrauma.AfflictionAction.Reset |
( |
| ) |
|
|
virtual |
◆ ToDebugString()
override string Barotrauma.AfflictionAction.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 72 of file AfflictionAction.cs.
◆ Update()
override void Barotrauma.AfflictionAction.Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Affliction
◆ LimbType
LimbType Barotrauma.AfflictionAction.LimbType |
|
getset |
◆ Strength
float Barotrauma.AfflictionAction.Strength |
|
getset |
◆ TargetTag