abstract fun getAchievementByName(name: Int): Achievement?
Returns the Achievement with the matching name.
name - The Achievement name used in this query.
name
Return The Achievement with this id or null if no such quote exists.