Barotrauma Client Doc
|
Public Member Functions | |
TestGameMode (GameModePreset preset) | |
override void | Start () |
override void | AddToGUIUpdateList () |
override void | End (CampaignMode.TransitionType transitionType=CampaignMode.TransitionType.None) |
override void | Update (float deltaTime) |
Public Member Functions inherited from Barotrauma.GameMode | |
virtual void | UpdateWhilePaused (float deltaTime) |
GameMode (GameModePreset preset) | |
virtual void | ShowStartMessage () |
virtual void | AddExtraMissions (LevelData levelData) |
virtual void | Remove () |
virtual void | HUDScaleChanged () |
virtual void | Draw (SpriteBatch spriteBatch) |
Public Attributes | |
Action | OnRoundEnd |
bool | SpawnOutpost |
OutpostGenerationParams | OutpostParams |
LocationType | OutpostType |
EventPrefab | TriggeredEvent |
Additional Inherited Members | |
Static Public Attributes inherited from Barotrauma.GameMode | |
static List< GameModePreset > | PresetList = new List<GameModePreset>() |
Protected Attributes inherited from Barotrauma.GameMode | |
DateTime | startTime |
GameModePreset | preset |
Properties inherited from Barotrauma.GameMode | |
CrewManager? | CrewManager [get] |
virtual IEnumerable< Mission > | Missions [get] |
bool | IsSinglePlayer [get] |
LocalizedString | Name [get] |
virtual bool | Paused [get] |
GameModePreset | Preset [get] |
Definition at line 10 of file TestGameMode.cs.
Barotrauma.TestGameMode.TestGameMode | ( | GameModePreset | preset | ) |
Definition at line 25 of file TestGameMode.cs.
|
virtual |
Reimplemented from Barotrauma.GameMode.
Definition at line 69 of file TestGameMode.cs.
|
virtual |
Reimplemented from Barotrauma.GameMode.
Definition at line 75 of file TestGameMode.cs.
|
virtual |
Reimplemented from Barotrauma.GameMode.
Definition at line 37 of file TestGameMode.cs.
|
virtual |
Reimplemented from Barotrauma.GameMode.
Definition at line 81 of file TestGameMode.cs.
Action Barotrauma.TestGameMode.OnRoundEnd |
Definition at line 12 of file TestGameMode.cs.
OutpostGenerationParams Barotrauma.TestGameMode.OutpostParams |
Definition at line 16 of file TestGameMode.cs.
LocationType Barotrauma.TestGameMode.OutpostType |
Definition at line 17 of file TestGameMode.cs.
bool Barotrauma.TestGameMode.SpawnOutpost |
Definition at line 14 of file TestGameMode.cs.
EventPrefab Barotrauma.TestGameMode.TriggeredEvent |
Definition at line 19 of file TestGameMode.cs.