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