IGameDataProgress interface
Static-data lookups for progression-related rows.
public interface IGameDataProgressMembers
Section titled “Members”| name | description |
|---|---|
| GetAchievement(…) | Returns the achievement row for id, or null if unknown. |
| GetActivity(…) | Returns the activity row for id, or null if unknown. |
| GetAward(…) | Returns the award row for id, or null if unknown. |
| GetDungeon(…) | Returns the dungeon row for id, or null if unknown. |
| GetQuest(…) | Returns the quest row for id, or null if unknown. |
| GetTitle(…) | Returns the title row for id, or null if unknown. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services