Definition at line 6 of file SetDataAction.cs.
◆ OperationType
◆ SetDataAction()
◆ ConvertXMLValue()
static object Barotrauma.SetDataAction.ConvertXMLValue |
( |
string |
value | ) |
|
|
static |
◆ IsFinished()
override bool Barotrauma.SetDataAction.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 28 of file SetDataAction.cs.
◆ PerformOperation()
static void Barotrauma.SetDataAction.PerformOperation |
( |
CampaignMetadata |
metadata, |
|
|
Identifier |
identifier, |
|
|
object |
value, |
|
|
OperationType |
operation |
|
) |
| |
|
static |
◆ Reset()
override void Barotrauma.SetDataAction.Reset |
( |
| ) |
|
|
virtual |
◆ ToDebugString()
override string Barotrauma.SetDataAction.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 104 of file SetDataAction.cs.
◆ Update()
override void Barotrauma.SetDataAction.Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Identifier
◆ Operation
◆ Value
string Barotrauma.SetDataAction.Value = null! |
|
getset |