-
Notifications
You must be signed in to change notification settings - Fork 67
ExperienceTrait Type
Jeremie Rossignol edited this page Apr 16, 2018
·
1 revision
The ExperienceTrait class represents an Experience Trait (Pilot, Scientist, Engineer or Tourist).
Global Functions
Function Signature | Description |
---|---|
List < ExperienceTrait > AllExperienceTraits()
|
Returns a list of all ExperienceTraits in the game. |
List < ExperienceTrait > AllExperienceTraitsNoTourist()
|
Returns a list of all ExperienceTraits in the game (except Tourist). |
ExperienceTrait ExperienceTrait( string identifier)
|
Returns the ExperienceTrait for the given identifier. |
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator