|
| ActionType | Type [get, set] |
| |
| Identifier | Identifier [get, set] |
| |
| string | Tag [get, set] |
| |
| Identifier | Header [get, set] |
| |
| Identifier | Text [get, set] |
| |
| string | IconStyle [get, set] |
| |
| bool | HideCloseButton [get, set] |
| |
| Identifier | TargetTag [get, set] |
| |
| string | CloseOnInput [get, set] |
| |
| Identifier | CloseOnSelectTag [get, set] |
| |
| Identifier | CloseOnPickUpTag [get, set] |
| |
| Identifier | CloseOnEquipTag [get, set] |
| |
| Identifier | CloseOnExitRoomName [get, set] |
| |
| Identifier | CloseOnInRoomName [get, set] |
| |
| Identifier | ObjectiveTag [get, set] |
| |
| bool | ObjectiveCanBeCompleted [get, set] |
| |
| Identifier | ParentObjectiveId [get, set] |
| |
Definition at line 3 of file MessageBoxAction.cs.
◆ ActionType
◆ MessageBoxAction()
◆ IsFinished()
| override bool Barotrauma.MessageBoxAction.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.
◆ Reset()
| override void Barotrauma.MessageBoxAction.Reset |
( |
| ) |
|
|
virtual |
◆ ToDebugString()
| override string Barotrauma.MessageBoxAction.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.
◆ Update()
| override void Barotrauma.MessageBoxAction.Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ CloseOnEquipTag
| Identifier Barotrauma.MessageBoxAction.CloseOnEquipTag |
|
getset |
◆ CloseOnExitRoomName
| Identifier Barotrauma.MessageBoxAction.CloseOnExitRoomName |
|
getset |
◆ CloseOnInput
| string Barotrauma.MessageBoxAction.CloseOnInput |
|
getset |
◆ CloseOnInRoomName
| Identifier Barotrauma.MessageBoxAction.CloseOnInRoomName |
|
getset |
◆ CloseOnPickUpTag
| Identifier Barotrauma.MessageBoxAction.CloseOnPickUpTag |
|
getset |
◆ CloseOnSelectTag
| Identifier Barotrauma.MessageBoxAction.CloseOnSelectTag |
|
getset |
◆ Header
◆ HideCloseButton
| bool Barotrauma.MessageBoxAction.HideCloseButton |
|
getset |
◆ IconStyle
| string Barotrauma.MessageBoxAction.IconStyle |
|
getset |
◆ Identifier
◆ ObjectiveCanBeCompleted
| bool Barotrauma.MessageBoxAction.ObjectiveCanBeCompleted |
|
getset |
◆ ObjectiveTag
| Identifier Barotrauma.MessageBoxAction.ObjectiveTag |
|
getset |
◆ ParentObjectiveId
| Identifier Barotrauma.MessageBoxAction.ParentObjectiveId |
|
getset |
◆ Tag
| string Barotrauma.MessageBoxAction.Tag |
|
getset |
◆ TargetTag
◆ Text
◆ Type