C# Class SEToolbox.Models.WorldResource

Inheritance: BaseModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
FindAstronautCharacter ( ) : MyObjectBuilder_Character
FindPilotCharacter ( ) : Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit
FindPlayerCharacter ( ) : MyObjectBuilder_Character
LoadCheckpoint ( bool snapshot = false ) : void

Loads checkpoint file.

LoadDefinitionsAndMods ( ) : void
LoadSector ( bool snapshot = false ) : void
LoadSectorXml ( ) : XmlDocument
SaveCheckPoint ( bool backupFile ) : void
SaveCheckPointAndSector ( bool backupFile ) : void
SaveSector ( bool backupFile ) : void
SaveSectorXml ( bool backupFile, XmlDocument xDoc ) : void
ToString ( ) : string
WorldResource ( ) : System

Method Details

FindAstronautCharacter() public méthode

public FindAstronautCharacter ( ) : MyObjectBuilder_Character
Résultat MyObjectBuilder_Character

FindPilotCharacter() public méthode

public FindPilotCharacter ( ) : Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit
Résultat Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit

FindPlayerCharacter() public méthode

public FindPlayerCharacter ( ) : MyObjectBuilder_Character
Résultat MyObjectBuilder_Character

LoadCheckpoint() public méthode

Loads checkpoint file.
public LoadCheckpoint ( bool snapshot = false ) : void
snapshot bool
Résultat void

LoadDefinitionsAndMods() public méthode

public LoadDefinitionsAndMods ( ) : void
Résultat void

LoadSector() public méthode

public LoadSector ( bool snapshot = false ) : void
snapshot bool
Résultat void

LoadSectorXml() public méthode

public LoadSectorXml ( ) : XmlDocument
Résultat System.Xml.XmlDocument

SaveCheckPoint() public méthode

public SaveCheckPoint ( bool backupFile ) : void
backupFile bool
Résultat void

SaveCheckPointAndSector() public méthode

public SaveCheckPointAndSector ( bool backupFile ) : void
backupFile bool
Résultat void

SaveSector() public méthode

public SaveSector ( bool backupFile ) : void
backupFile bool
Résultat void

SaveSectorXml() public méthode

public SaveSectorXml ( bool backupFile, XmlDocument xDoc ) : void
backupFile bool
xDoc System.Xml.XmlDocument
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WorldResource() public méthode

public WorldResource ( ) : System
Résultat System