Property | Type | Description | |
---|---|---|---|
m_bAchieved | bool | ||
m_eAchievementID | Achievement, | ||
m_strDescription | string | ||
m_strName | string |
Method | Description | |
---|---|---|
Achievement_t ( Achievement, achievementID, string name, string desc ) : UnityEngine |
Creates an Achievement. You must also mirror the data provided here in https://partner.steamgames.com/apps/achievements/yourappid
|
public Achievement_t ( Achievement, achievementID, string name, string desc ) : UnityEngine | ||
achievementID | Achievement, | |
name | string | The "Display Name" that will be shown to players in game and on the Steam Community. |
desc | string | The "Description" that will be shown to players in game and on the Steam Community. |
return | UnityEngine |