Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Game.Screens.Helpers.MyBattleLoadListResult Class Reference
Inheritance diagram for Sandbox.Game.Screens.Helpers.MyBattleLoadListResult:
Sandbox.Game.Gui.IMyAsyncResult

Public Member Functions

 MyBattleLoadListResult (string officialBattlesPath, string workshopBattlesPath)
 

Static Public Member Functions

static void AddBattleMaps (List< Tuple< string, MyWorldInfo >> availableMaps, List< MyBattleMapInfo > outBattleMaps, string officialBattlesPath, string workshopBattlesPath)
 

Public Attributes

List< MyBattleMapInfoAvailableBattleMaps = new List<MyBattleMapInfo>()
 
bool ContainsCorruptedWorlds
 

Properties

bool IsCompleted [get]
 
Task Task [get]
 
- Properties inherited from Sandbox.Game.Gui.IMyAsyncResult
bool IsCompleted [get]
 
Task Task [get]
 

Detailed Description

Definition at line 49 of file MyBattleLoadListResult.cs.

Constructor & Destructor Documentation

Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.MyBattleLoadListResult ( string  officialBattlesPath,
string  workshopBattlesPath 
)
inline

Definition at line 65 of file MyBattleLoadListResult.cs.

Member Function Documentation

static void Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.AddBattleMaps ( List< Tuple< string, MyWorldInfo >>  availableMaps,
List< MyBattleMapInfo outBattleMaps,
string  officialBattlesPath,
string  workshopBattlesPath 
)
inlinestatic

Definition at line 124 of file MyBattleLoadListResult.cs.

Member Data Documentation

List<MyBattleMapInfo> Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.AvailableBattleMaps = new List<MyBattleMapInfo>()

Definition at line 51 of file MyBattleLoadListResult.cs.

bool Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.ContainsCorruptedWorlds

Definition at line 52 of file MyBattleLoadListResult.cs.

Property Documentation

bool Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.IsCompleted
get

Definition at line 54 of file MyBattleLoadListResult.cs.

Task Sandbox.Game.Screens.Helpers.MyBattleLoadListResult.Task
get

Definition at line 56 of file MyBattleLoadListResult.cs.


The documentation for this class was generated from the following file: