|
Barotrauma Client
|
Check whether the difficulty of the current level is within some specific range. More...
Public Member Functions | |
| CheckDifficultyAction (ScriptedEvent parentEvent, ContentXElement element) | |
| override string | ToDebugString () |
| Rich test to display in debugdraw. | |
Public Member Functions inherited from Barotrauma.BinaryOptionAction | |
| BinaryOptionAction (ScriptedEvent parentEvent, ContentXElement element) | |
| override IEnumerable< EventAction > | GetSubActions () |
| override bool | IsFinished (ref string goTo) |
| override bool | SetGoToTarget (string goTo) |
| override void | Reset () |
| override void | Update (float deltaTime) |
Public Member Functions inherited from Barotrauma.EventAction | |
| EventAction (ScriptedEvent parentEvent, ContentXElement element) | |
| bool | IsFinished (ref string goToLabel) |
| Has the action finished. | |
| void | Reset () |
| virtual bool | CanBeFinished () |
Protected Member Functions | |
| override? bool | DetermineSuccess () |
Protected Member Functions inherited from Barotrauma.BinaryOptionAction | |
| bool | DetermineFinished () |
| bool | DetermineFinished (ref string goTo) |
| bool | HasBeenDetermined () |
| bool? | DetermineSuccess () |
Protected Member Functions inherited from Barotrauma.EventAction | |
| void | ApplyTagsToHulls (Entity entity, Identifier hullTag, Identifier linkedHullTag) |
| string | GetEventDebugName () |
Properties | |
| float | MinDifficulty [get, set] |
| float | MaxDifficulty [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.BinaryOptionAction | |
| SubactionGroup | Success = null |
| SubactionGroup | Failure = null |
Public Attributes inherited from Barotrauma.EventAction | |
| readonly ScriptedEvent | ParentEvent |
Protected Attributes inherited from Barotrauma.BinaryOptionAction | |
| bool? | succeeded = null |
Check whether the difficulty of the current level is within some specific range.
| Barotrauma.CheckDifficultyAction.CheckDifficultyAction | ( | ScriptedEvent | parentEvent, |
| ContentXElement | element ) |
|
protected |
|
virtual |
Rich test to display in debugdraw.
Reimplemented from Barotrauma.EventAction.
|
getset |
|
getset |