AchievementgetScope Method |
Defines the where the achievement is valid.
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic abstract AchievementScope getScope()
Public MustOverride Function getScope As AchievementScope
public:
virtual AchievementScope getScope() abstract
Return Value
Type:
AchievementScopeAn AchievementScope enum value based on where the achievement is valid.
See Also