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.AwardDefinition Class Reference

The AwardDefinition class stores the values of an award entry More...

Inheritance diagram for Expansions.Missions.AwardDefinition:
IConfigNode

Public Member Functions

void Load (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

string description
 Description of this award More...
 
string displayName
 Name used in the UI More...
 
Sprite icon
 Icon of this award More...
 
string id
 Unique ID for this award definition More...
 
string name
 Name of the award module class used in this award More...
 

Detailed Description

The AwardDefinition class stores the values of an award entry

Member Function Documentation

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

Implements IConfigNode.

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

Implements IConfigNode.

Member Data Documentation

string Expansions.Missions.AwardDefinition.description

Description of this award

string Expansions.Missions.AwardDefinition.displayName

Name used in the UI

Sprite Expansions.Missions.AwardDefinition.icon

Icon of this award

string Expansions.Missions.AwardDefinition.id

Unique ID for this award definition

string Expansions.Missions.AwardDefinition.name

Name of the award module class used in this award


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