Class DifficultyOptionsData
public class DifficultyOptionsData
- Inheritance
-
DifficultyOptionsData
- Inherited Members
- Extension Methods
Constructors
DifficultyOptionsData()
public DifficultyOptionsData()
DifficultyOptionsData(DifficultyOptionsData)
public DifficultyOptionsData(DifficultyOptionsData src)
Parameters
DifficultyOptionsData(string)
public DifficultyOptionsData(string uberString)
Parameters
uberStringstring
Fields
AllowQuickLoad
public bool AllowQuickLoad
Field Value
AllowRevert
public bool AllowRevert
Field Value
CommNetRequired
public bool CommNetRequired
Field Value
DEFAULT_ALLOW_QUICK_LOAD
public const bool DEFAULT_ALLOW_QUICK_LOAD = true
Field Value
DEFAULT_ALLOW_REVERT
public const bool DEFAULT_ALLOW_REVERT = true
Field Value
DEFAULT_COMM_NET_REQUIRED
public const bool DEFAULT_COMM_NET_REQUIRED = false
Field Value
DEFAULT_DIFFICULTY
public const DifficultyLevel DEFAULT_DIFFICULTY = Normal
Field Value
DEFAULT_DOCKING_TOLERANCE
public const float DEFAULT_DOCKING_TOLERANCE = 100
Field Value
DEFAULT_INCLUDE_STOCK_VESSELS
public const bool DEFAULT_INCLUDE_STOCK_VESSELS = true
Field Value
DEFAULT_INFINITE_FUEL
public const bool DEFAULT_INFINITE_FUEL = false
Field Value
DEFAULT_INFINITE_POWER
public const bool DEFAULT_INFINITE_POWER = false
Field Value
DEFAULT_NO_CRASH_DAMAGE
public const bool DEFAULT_NO_CRASH_DAMAGE = false
Field Value
DEFAULT_UNBREAKABLE_JOINTS
public const bool DEFAULT_UNBREAKABLE_JOINTS = false
Field Value
Difficulty
public DifficultyLevel Difficulty
Field Value
DockingTolerance
public float DockingTolerance
Field Value
IncludeStockVessels
public bool IncludeStockVessels
Field Value
InfiniteFuel
public bool InfiniteFuel
Field Value
InfinitePower
public bool InfinitePower
Field Value
NoCrashDamage
public bool NoCrashDamage
Field Value
UnbreakableJoints
public bool UnbreakableJoints
Field Value
Methods
ExportUberString()
public string ExportUberString()
Returns
GetCopy()
public DifficultyOptionsData GetCopy()
Returns
GetDebugString(bool)
public string GetDebugString(bool abbrev = false)
Parameters
abbrevbool
Returns
ImportUberString(string)
public void ImportUberString(string uberString)
Parameters
uberStringstring
Init()
public void Init()
Init(DifficultyOptionsData)
public void Init(DifficultyOptionsData src)
Parameters
Init(string)
public void Init(string uberString)
Parameters
uberStringstring
Matches(DifficultyOptionsData)
public bool Matches(DifficultyOptionsData other)
Parameters
otherDifficultyOptionsData
Returns
ResetAllValues()
public void ResetAllValues()
Set(DifficultyOptionsData)
public void Set(DifficultyOptionsData src)
Parameters
SetHeader(DifficultyLevel)
public void SetHeader(DifficultyLevel difficultyLevel)
Parameters
difficultyLevelDifficultyLevel