Barotrauma Server
|
Displays a tutorial icon next to a specific target. More...
Public Types | |
enum | ActionType { Add , Remove , RemoveTarget , RemoveIcon , Clear } |
Public Member Functions | |
TutorialIconAction (ScriptedEvent parentEvent, ContentXElement element) | |
override void | Update (float deltaTime) |
override bool | IsFinished (ref string goToLabel) |
override void | Reset () |
![]() | |
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 | |
ActionType | Type [get, set] |
Identifier | TargetTag [get, set] |
Identifier | IconStyle [get, set] |
Additional Inherited Members | |
![]() | |
static EventAction | Instantiate (ScriptedEvent scriptedEvent, ContentXElement element) |
![]() | |
readonly ScriptedEvent | ParentEvent |
![]() | |
void | ApplyTagsToHulls (Entity entity, Identifier hullTag, Identifier linkedHullTag) |
string | GetEventDebugName () |
Displays a tutorial icon next to a specific target.
Barotrauma.TutorialIconAction.TutorialIconAction | ( | ScriptedEvent | parentEvent, |
ContentXElement | element ) |
override bool Barotrauma.TutorialIconAction.IsFinished | ( | ref string | goToLabel | ) |
override void Barotrauma.TutorialIconAction.Reset | ( | ) |
|
virtual |
Reimplemented from Barotrauma.EventAction.
|
getset |
|
getset |
|
getset |