AchievementScope Enumeration |
This enum specifies three different "scopes" for achievements.
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic enum AchievementScope
Public Enumeration AchievementScope
public enum class AchievementScope
Members
| Member name | Value | Description |
---|
| AchievementScopeGlobal | 0 |
Global achievements are not game specific - they occur due to variables throughout several games. Examples are Absolute Domination, Challenger, and Hyper Challenger.
|
| AchievementScopeMainGame | 1 |
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.
|
| AchievementScopeChallenges | 2 |
Challenge achievements are specific to a game created with a challange turned on.
|
See Also