Table of Contents

Class SaveLoadDialogFileEntry

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class SaveLoadDialogFileEntry : KerbalMonoBehaviour
Inheritance
SaveLoadDialogFileEntry
Inherited Members
Extension Methods

Constructors

SaveLoadDialogFileEntry()

public SaveLoadDialogFileEntry()

Fields

BindRoot

public ContextBindRoot BindRoot

Field Value

ContextBindRoot

LOC_LOCATION_UNAVAILABLE

public const string LOC_LOCATION_UNAVAILABLE = "Menu/Main/LocationUnavailable"

Field Value

string

LOC_VESSEL_UNAVAILABLE

public const string LOC_VESSEL_UNAVAILABLE = "Menu/Main/VesselUnavailable"

Field Value

string

_fileInfo

public ExtendedSaveFileInfo _fileInfo

Field Value

ExtendedSaveFileInfo

Properties

IsLastPlayed

public bool IsLastPlayed { get; }

Property Value

bool

IsLoading

public bool IsLoading { set; }

Property Value

bool

ObjectPool

public GameObjectPool<SaveLoadDialogFileEntry> ObjectPool { get; set; }

Property Value

GameObjectPool<SaveLoadDialogFileEntry>

Methods

ExecuteFileAction()

public void ExecuteFileAction()

Initialize(ExtendedSaveFileInfo, bool, CampaignLoadMenu)

public void Initialize(ExtendedSaveFileInfo fileInfo, bool isLastPlayed, CampaignLoadMenu campaignLoadMenu)

Parameters

fileInfo ExtendedSaveFileInfo
isLastPlayed bool
campaignLoadMenu CampaignLoadMenu

Initialize(ExtendedSaveFileInfo, bool, bool)

public void Initialize(ExtendedSaveFileInfo fileInfo, bool loading, bool isLastPlayed)

Parameters

fileInfo ExtendedSaveFileInfo
loading bool
isLastPlayed bool

OnLocalizeEvent()

public void OnLocalizeEvent()

ReturnToPool()

public void ReturnToPool()

SetCurrentToggleState(bool)

public void SetCurrentToggleState(bool lastPlayed)

Parameters

lastPlayed bool