Show / Hide Table of Contents

Class MyObjectBuilder_WorldConfiguration

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_WorldConfiguration
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_WorldConfiguration : MyObjectBuilder_Base

Constructors

MyObjectBuilder_WorldConfiguration()

Declaration
public MyObjectBuilder_WorldConfiguration()

Fields

LastSaveTime

Declaration
public Nullable<DateTime> LastSaveTime
Field Value
Type Description
System.Nullable<System.DateTime>

Mods

Declaration
public List<MyObjectBuilder_Checkpoint.ModItem> Mods
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_Checkpoint.ModItem>

SessionName

Declaration
public string SessionName
Field Value
Type Description
System.String

Settings

Declaration
public MyObjectBuilder_SessionSettings Settings
Field Value
Type Description
MyObjectBuilder_SessionSettings

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾