|
Barotrauma Server
|
Displays an objective in the top-right corner of the screen, or modifies an existing objective in some way. More...
Public Types | |
| enum | SegmentActionType { Trigger , Add , AddIfNotFound , Complete , CompleteAndRemove , Remove , Fail , FailAndRemove } |
Public Member Functions | |
| EventObjectiveAction (ScriptedEvent parentEvent, ContentXElement element) | |
| override void | Update (float deltaTime) |
| override bool | IsFinished (ref string goToLabel) |
| override void | Reset () |
Public Member Functions inherited from Barotrauma.EventAction | |
| EventAction (ScriptedEvent parentEvent, ContentXElement element) | |
| bool | IsFinished (ref string goToLabel) |
| Has the action finished. | |
| virtual bool | SetGoToTarget (string goTo) |
| void | Reset () |
| virtual bool | CanBeFinished () |
| virtual IEnumerable< EventAction > | GetSubActions () |
| virtual string | ToDebugString () |
| Rich test to display in debugdraw. | |
Properties | |
| SegmentActionType | Type [get, set] |
| Identifier | Identifier [get, set] |
| Identifier | ObjectiveTag [get, set] |
| bool | CanBeCompleted [get, set] |
| Identifier | ParentObjectiveId [get, set] |
| bool | AutoPlayVideo [get, set] |
| Identifier | TextTag [get, set] |
| string | VideoFile [get, set] |
| int | Width [get, set] |
| int | Height [get, set] |
| Identifier | TargetTag [get, set] |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.EventAction | |
| static EventAction | Instantiate (ScriptedEvent scriptedEvent, ContentXElement element) |
Public Attributes inherited from Barotrauma.EventAction | |
| readonly ScriptedEvent | ParentEvent |
Protected Member Functions inherited from Barotrauma.EventAction | |
| void | ApplyTagsToHulls (Entity entity, Identifier hullTag, Identifier linkedHullTag) |
| string | GetEventDebugName () |
Displays an objective in the top-right corner of the screen, or modifies an existing objective in some way.
| Barotrauma.EventObjectiveAction.EventObjectiveAction | ( | ScriptedEvent | parentEvent, |
| ContentXElement | element ) |
| override bool Barotrauma.EventObjectiveAction.IsFinished | ( | ref string | goToLabel | ) |
| override void Barotrauma.EventObjectiveAction.Reset | ( | ) |
|
virtual |
Reimplemented from Barotrauma.EventAction.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |