unlockAchievement: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
Killzone Kid (talk | contribs) (command is functional) |
||
Line 9: | Line 9: | ||
| Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed in Arma 3 are used hence the command always returns [[false]].<br></br> | | Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed in Arma 3 are used hence the command always returns [[false]].<br></br> | ||
{{Important | This command is obsolete | {{Important | This command is obsolete and was used in the experimental (unreleased) {{arma2}} Xbox 360 version as stated | ||
[https://forums.bohemia.net/forums/topic/187873-unlockachievment-command/?tab{{=}}comments#comment-2978436 here]. }} | [https://forums.bohemia.net/forums/topic/187873-unlockachievment-command/?tab{{=}}comments#comment-2978436 here]. }} | ||
{{Feature arma3 | To unlock an Steam Achievement for Arma 3, see [[setStatValue]].}} |DESCRIPTION= | {{Feature arma3 | To unlock an Steam Achievement for Arma 3, see [[setStatValue]].}} |DESCRIPTION= |
Revision as of 11:37, 29 August 2019
Description
- Description:
- Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed in Arma 3 are used hence the command always returns false.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unlockAchievement name
- Parameters:
- name: String - achievement name
- Return Value:
- Boolean - true if achievement was unlocked
Examples
- Example 1:
_isUnlocked = unlockAchievement "Hunter";
Additional Information
- See also:
- setStatValue
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note