Click or drag to resize
AchievementScope Enumeration
This enum specifies three different "scopes" for achievements.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum AchievementScope
Members
  Member nameValueDescription
AchievementScopeGlobal0 Global achievements are not game specific - they occur due to variables throughout several games. Examples are Absolute Domination, Challenger, and Hyper Challenger.
AchievementScopeMainGame1 MainGame achievements are game specific. They occur when the player does something specificly within one game, such as landing, or having a certain number of colonists.
AchievementScopeChallenges2 Challenge achievements are specific to a game created with a challange turned on.
See Also