Table of Contents

Class SaveLoadGameUtil.MPLoadingLogEntry

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class SaveLoadGameUtil.MPLoadingLogEntry
Inheritance
SaveLoadGameUtil.MPLoadingLogEntry
Inherited Members
Extension Methods

Constructors

MPLoadingLogEntry(MPLoadingLogEntryType, long, long, long, string)

public MPLoadingLogEntry(SaveLoadGameUtil.MPLoadingLogEntryType mpLoadingLogEntryType, long timeStamp, long delta, long ms, string line)

Parameters

mpLoadingLogEntryType SaveLoadGameUtil.MPLoadingLogEntryType
timeStamp long
delta long
ms long
line string

Fields

DEFAULT_DELTA

public const long DEFAULT_DELTA = -1

Field Value

long

DEFAULT_LINE

public const string DEFAULT_LINE = ""

Field Value

string

DEFAULT_MP_LOADING_LOG_ENTRY_TYPE

public const SaveLoadGameUtil.MPLoadingLogEntryType DEFAULT_MP_LOADING_LOG_ENTRY_TYPE = None

Field Value

SaveLoadGameUtil.MPLoadingLogEntryType

DEFAULT_MS

public const long DEFAULT_MS = -1

Field Value

long

DEFAULT_TIME_STAMP

public const long DEFAULT_TIME_STAMP = 0

Field Value

long

Properties

Delta

public long Delta { get; }

Property Value

long

DeltaString

public string DeltaString { get; }

Property Value

string

Line

public string Line { get; }

Property Value

string

MPLoadingLogEntryType

public SaveLoadGameUtil.MPLoadingLogEntryType MPLoadingLogEntryType { get; }

Property Value

SaveLoadGameUtil.MPLoadingLogEntryType

MS

public long MS { get; }

Property Value

long

MSString

public string MSString { get; }

Property Value

string

TimeStamp

public long TimeStamp { get; }

Property Value

long

TimeStampString

public string TimeStampString { get; }

Property Value

string

Methods

GetLogToFileLineString()

public string GetLogToFileLineString()

Returns

string