- Namespace
- KSP.Game
- Assembly
- Assembly-CSharp.dll
public class CampaignLoadMenu : KerbalMonoBehaviour
- Inheritance
-
CampaignLoadMenu
- Inherited Members
-
- Extension Methods
-
Constructors
public CampaignLoadMenu()
Fields
public ContextBindRoot BindRoot
Field Value
- ContextBindRoot
Properties
public int CurrentSaveFilesCount { get; set; }
Property Value
- int
public SaveLoadDialogFileEntry CurrentSelectedFileEntry { get; set; }
Property Value
- SaveLoadDialogFileEntry
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
public void LoadSelectedFile()
public void OnLocalizeEvent()
public void SwapFileSavesSortMethod()
public void SyncVisuals()
public void UpdateLoadMenuGameInformation(ExtendedSaveFileInfo fileInfo, Image thumnailScreenshot)
Parameters
fileInfo ExtendedSaveFileInfo
thumnailScreenshot Image