Barotrauma Server
|
Completes the tutorial. Only valid in tutorial events. More...
Public Member Functions | |
TutorialCompleteAction (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. | |
Additional Inherited Members | |
![]() | |
static EventAction | Instantiate (ScriptedEvent scriptedEvent, ContentXElement element) |
![]() | |
readonly ScriptedEvent | ParentEvent |
![]() | |
void | ApplyTagsToHulls (Entity entity, Identifier hullTag, Identifier linkedHullTag) |
string | GetEventDebugName () |
Completes the tutorial. Only valid in tutorial events.
Barotrauma.TutorialCompleteAction.TutorialCompleteAction | ( | ScriptedEvent | parentEvent, |
ContentXElement | element ) |
override bool Barotrauma.TutorialCompleteAction.IsFinished | ( | ref string | goToLabel | ) |
override void Barotrauma.TutorialCompleteAction.Reset | ( | ) |
|
virtual |
Reimplemented from Barotrauma.EventAction.