Table of Contents

Class CampaignLoadMenu

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

Constructors

CampaignLoadMenu()

public CampaignLoadMenu()

Fields

BindRoot

public ContextBindRoot BindRoot

Field Value

ContextBindRoot

Properties

CurrentSaveFilesCount

public int CurrentSaveFilesCount { get; set; }

Property Value

int

CurrentSelectedFileEntry

public SaveLoadDialogFileEntry CurrentSelectedFileEntry { get; set; }

Property Value

SaveLoadDialogFileEntry

CurrentSelectedFilePath

public string CurrentSelectedFilePath { get; set; }

Property Value

string

Methods

ClearAndRefillSavedGamesList(bool, bool)

public void ClearAndRefillSavedGamesList(bool sortFilesByName, bool quicksave = false)

Parameters

sortFilesByName bool
quicksave bool

LoadSelectedFile()

public void LoadSelectedFile()

OnLocalizeEvent()

public void OnLocalizeEvent()

SwapFileSavesSortMethod()

public void SwapFileSavesSortMethod()

SyncVisuals()

public void SyncVisuals()

UpdateLoadMenuGameInformation(ExtendedSaveFileInfo, Image)

public void UpdateLoadMenuGameInformation(ExtendedSaveFileInfo fileInfo, Image thumnailScreenshot)

Parameters

fileInfo ExtendedSaveFileInfo
thumnailScreenshot Image