Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Expansions.Missions.ScoreInfo Class Reference

The score info class stores the final score/awards obtained in a single mission playthrough More...

Inheritance diagram for Expansions.Missions.ScoreInfo:
IConfigNode

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...
 

Detailed Description

The score info class stores the final score/awards obtained in a single mission playthrough

Constructor & Destructor Documentation

Expansions.Missions.ScoreInfo.ScoreInfo ( )
inline

Member Function Documentation

void Expansions.Missions.ScoreInfo.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void Expansions.Missions.ScoreInfo.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

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


The documentation for this class was generated from the following file: