Class SerializedCampaignPlayerEntry
- Namespace
- KSP.Game
- Assembly
- Assembly-CSharp.dll
public class SerializedCampaignPlayerEntry
- Inheritance
-
SerializedCampaignPlayerEntry
- Inherited Members
-
- Extension Methods
-
Constructors
SerializedCampaignPlayerEntry()
public SerializedCampaignPlayerEntry()
SerializedCampaignPlayerEntry(CampaignPlayerEntry)
public SerializedCampaignPlayerEntry(CampaignPlayerEntry src)
Parameters
src CampaignPlayerEntry
Fields
ActiveCameraGroup
public ActiveCameraGroup ActiveCameraGroup
Field Value
- ActiveCameraGroup
ActiveCameraInfo
public SerializedActiveCameraInfo ActiveCameraInfo
Field Value
- SerializedActiveCameraInfo
ActiveLocalSpaceCB
public string ActiveLocalSpaceCB
Field Value
- string
ActiveVesselGuid
public IGGuid ActiveVesselGuid
Field Value
- IGGuid
ActiveVesselName
public string ActiveVesselName
Field Value
- string
AgencyId
Field Value
- int
CompletedFTUEs
public List<string> CompletedFTUEs
Field Value
- List<string>
CompletedTutorials
public List<string> CompletedTutorials
Field Value
- List<string>
CopyLocationString
public string CopyLocationString
Field Value
- string
DEFAULT_ACTIVE_CAMERA_GROUP
public const ActiveCameraGroup DEFAULT_ACTIVE_CAMERA_GROUP = None
Field Value
- ActiveCameraGroup
DEFAULT_ACTIVE_LOCAL_SPACE_CB
public const string DEFAULT_ACTIVE_LOCAL_SPACE_CB = ""
Field Value
- string
DEFAULT_ACTIVE_VESSEL_GUID
public static IGGuid DEFAULT_ACTIVE_VESSEL_GUID
Field Value
- IGGuid
DEFAULT_ACTIVE_VESSEL_NAME
public const string DEFAULT_ACTIVE_VESSEL_NAME = ""
Field Value
- string
DEFAULT_AGENCY_ID
public const int DEFAULT_AGENCY_ID = 0
Field Value
- int
DEFAULT_COPY_LOCATION_STRING
public const string DEFAULT_COPY_LOCATION_STRING = null
Field Value
- string
DEFAULT_FAVORITED_PARTS
public const Dictionary<string, uint> DEFAULT_FAVORITED_PARTS = null
Field Value
- Dictionary<string, uint>
DEFAULT_FLIGHT_CONTROL_STATE
public const SerializedFlightControlState DEFAULT_FLIGHT_CONTROL_STATE = null
Field Value
- SerializedFlightControlState
DEFAULT_HISTORICAL_GAME_STATE
public const GameState DEFAULT_HISTORICAL_GAME_STATE = Invalid
Field Value
- GameState
DEFAULT_IS_FTUE_ENABLED
public const bool DEFAULT_IS_FTUE_ENABLED = false
Field Value
- bool
DEFAULT_LAST_OAB_CONFIG
public const SerializedOABConfig DEFAULT_LAST_OAB_CONFIG = null
Field Value
- SerializedOABConfig
DEFAULT_LAST_OAB_WORKSPACE_SNAPSHOT
public const OABHistoricalSnapshot DEFAULT_LAST_OAB_WORKSPACE_SNAPSHOT = null
Field Value
- OABHistoricalSnapshot
DEFAULT_MISSION_SAVE_DATA
public const List<MissionSaveData> DEFAULT_MISSION_SAVE_DATA = null
Field Value
- List<MissionSaveData>
DEFAULT_OBSERVED_SIMOBJECT_GUID
public static IGGuid DEFAULT_OBSERVED_SIMOBJECT_GUID
Field Value
- IGGuid
DEFAULT_PART_COLOR_ACCENT
public static Color DEFAULT_PART_COLOR_ACCENT
Field Value
- Color
DEFAULT_PART_COLOR_BASE
public static Color DEFAULT_PART_COLOR_BASE
Field Value
- Color
DEFAULT_PLAYER_GUID_STRING
public const string DEFAULT_PLAYER_GUID_STRING = ""
Field Value
- string
DEFAULT_PLAYER_ID
public const byte DEFAULT_PLAYER_ID = 0
Field Value
- byte
DEFAULT_PLAYER_NAME_STRING
public const string DEFAULT_PLAYER_NAME_STRING = ""
Field Value
- string
DEFAULT_STARTING_GAME_STATE
public const GameState DEFAULT_STARTING_GAME_STATE = KerbalSpaceCenter
Field Value
- GameState
FavoritedParts
public Dictionary<string, uint> FavoritedParts
Field Value
- Dictionary<string, uint>
FlightControlState
public SerializedFlightControlState FlightControlState
Field Value
- SerializedFlightControlState
HistoricalGameState
public GameState HistoricalGameState
Field Value
- GameState
IsFTUEEnabled
public bool IsFTUEEnabled
Field Value
- bool
LastOABConfig
public SerializedOABConfig LastOABConfig
Field Value
- SerializedOABConfig
LastOABWorkspaceSnapshot
public OABHistoricalSnapshot LastOABWorkspaceSnapshot
Field Value
- OABHistoricalSnapshot
MissionSaveData
public List<MissionSaveData> MissionSaveData
Field Value
- List<MissionSaveData>
ObservedSimObjectGuid
public IGGuid ObservedSimObjectGuid
Field Value
- IGGuid
PartColorAccent
public Color PartColorAccent
Field Value
- Color
PartColorBase
public Color PartColorBase
Field Value
- Color
PlayerGuidString
public string PlayerGuidString
Field Value
- string
PlayerId
Field Value
- byte
PlayerNameString
public string PlayerNameString
Field Value
- string
StartingGameState
public GameState StartingGameState
Field Value
- GameState
TrackedMissions
public List<TrackedMissions> TrackedMissions
Field Value
- List<TrackedMissions>
Methods
~SerializedCampaignPlayerEntry()
protected ~SerializedCampaignPlayerEntry()
GetDebugPlayerIdNameAndGuidString(PlayerNameFlag)
public string GetDebugPlayerIdNameAndGuidString(StringUtil.PlayerNameFlag playerNameFlags = PlayerNameFlag.Default)
Parameters
playerNameFlags StringUtil.PlayerNameFlag
Returns
- string
GetDebugString()
public string GetDebugString()
Returns
- string
Init()
ResetAllValues()
public void ResetAllValues()
Uninit()