Kerbal Space Program
1.12.4
|
The score info class stores the final score/awards obtained in a single mission playthrough More...
Public Member Functions | |
void | Load (ConfigNode node) |
void | Save (ConfigNode node) |
ScoreInfo () | |
Public Attributes | |
List< string > | awardIds |
List of awards obtained during the playthrough More... | |
DateTime | completedAt |
Guid | id |
Unique ID for this score info More... | |
Guid | missionId |
Unique id of the mission asociated with this score info More... | |
string | resultsText |
float | score |
Final score of this playthrough More... | |
double | timeTaken |
Time taken to complete the mission More... | |
The score info class stores the final score/awards obtained in a single mission playthrough
|
inline |
|
inline |
Implements IConfigNode.
|
inline |
Implements IConfigNode.
List<string> Expansions.Missions.ScoreInfo.awardIds |
List of awards obtained during the playthrough
DateTime Expansions.Missions.ScoreInfo.completedAt |
Guid Expansions.Missions.ScoreInfo.id |
Unique ID for this score info
Guid Expansions.Missions.ScoreInfo.missionId |
Unique id of the mission asociated with this score info
string Expansions.Missions.ScoreInfo.resultsText |
float Expansions.Missions.ScoreInfo.score |
Final score of this playthrough
double Expansions.Missions.ScoreInfo.timeTaken |
Time taken to complete the mission