Skip to content

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.
Clone this wiki locally