Show / Hide Table of Contents

Interface UM_iAchievement

Data interface for retrieving achievement information.

Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iAchievement

Properties

CurrentSteps

Retrieves the number of steps this user has gone toward unlocking this achievement; only applicable for INCREMENTAL achievement types.

Declaration
int CurrentSteps { get; }
Property Value
Type Description
System.Int32

Identifier

The achievement ID.

Declaration
string Identifier { get; }
Property Value
Type Description
System.String

Name

Retrieves the name of this achievement.

Declaration
string Name { get; }
Property Value
Type Description
System.String

State

Returns the State of the achievement.

Declaration
UM_AchievementState State { get; }
Property Value
Type Description
UM_AchievementState

TotalSteps

Retrieves the total number of steps necessary to unlock this achievement; only applicable for INCREMENTAL achievement types.

Declaration
int TotalSteps { get; }
Property Value
Type Description
System.Int32

Type

Returns the Type of this achievement.

Declaration
UM_AchievementType Type { get; }
Property Value
Type Description
UM_AchievementType
In This Article
Back to top Generated by DocFX