Difference between revisions of "X360AchievementClass"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
! Variable !! String !! Description !! Type | ! Variable !! String !! Description !! Type | ||
|- | |- | ||
− | | Cred || X360Achievement.Cred || Cred received for earning this achievement. || public uint Cred; | + | | Cred || X360Achievement.Cred || Cred received for earning this achievement. || public uint Cred; |
− | | Description || X360Achievement.Description || Localized description of the achievement. || public string Description; | + | | Description || X360Achievement.Description || Localized description of the achievement. || public string Description; |
|- | |- | ||
− | | Id || Example || Achievement identifier (unique only within the title). || Example | + | | Id || Example || Achievement identifier (unique only within the title). || Example |
|- | |- | ||
− | | Index || Example || Index in the enumerated list. || Example | + | | Index || Example || Index in the enumerated list. || Example |
|- | |- | ||
− | | Label || Example || Localized label for achievement. || Example | + | | Label || Example || Localized label for achievement. || Example |
|- | |- | ||
− | | Picture || Example || Returns a 64x64 RGBA texture. || Example | + | | Picture || Example || Returns a 64x64 RGBA texture. || Example |
|- | |- | ||
− | | ShowUnachieved || Example || Indicates whether or not the details of the achievement should be displayed to the user before it has been awarded. || Example | + | | ShowUnachieved || Example || Indicates whether or not the details of the achievement should be displayed to the user before it has been awarded. || Example |
|- | |- | ||
| Type || Example || Achievement type. || Example || | | Type || Example || Achievement type. || Example || |
Revision as of 04:41, 8 June 2020
Description
Xbox 360 achievement description.
Variables
Variable | String | Description | Type | ||||
---|---|---|---|---|---|---|---|
Cred | X360Achievement.Cred | Cred received for earning this achievement. | public uint Cred; | Description | X360Achievement.Description | Localized description of the achievement. | public string Description; |
Id | Example | Achievement identifier (unique only within the title). | Example | ||||
Index | Example | Index in the enumerated list. | Example | ||||
Label | Example | Localized label for achievement. | Example | ||||
Picture | Example | Returns a 64x64 RGBA texture. | Example | ||||
ShowUnachieved | Example | Indicates whether or not the details of the achievement should be displayed to the user before it has been awarded. | Example | ||||
Type | Example | Achievement type. | Example | ||||
Unachieved | Example | Localized description of the steps necessary to win the achievement. | Example |