unlockAchievement: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma2 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma2 |version1= $1 |game2") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
|gr2= System | |gr2= System | ||
|descr= Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed achievements is used in Arma 3, hence the command always returns [[false]].<br>< | |descr= Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed achievements is used in Arma 3, hence the command always returns [[false]].<br><br> | ||
{{Feature | important | This command is obsolete and was used in the experimental (unreleased) {{arma2}} Xbox 360 version as stated | {{Feature|important| | ||
This command is obsolete and was used in the experimental (unreleased) {{arma2}} Xbox 360 version as stated | |||
{{Feature | arma3 | To unlock a [[Arma 3 Stat Names|Steam Achievement]] for {{arma3}}, see [[setStatValue]].}} | {{Link|https://forums.bohemia.net/forums/topic/187873-unlockachievment-command/?tab{{=}}comments#comment-2978436|here}}. | ||
}} | |||
{{Feature|arma3|To unlock a [[Arma 3: Stat Names|Steam Achievement]] for {{arma3}}, see [[setStatValue]].}} | |||
|s1= | |s1= [[unlockAchievement]] name | ||
|p1= name: [[String]] - achievement name | |p1= name: [[String]] - achievement name | ||
Line 29: | Line 31: | ||
|r1= [[Boolean]] - [[true]] if achievement was unlocked | |r1= [[Boolean]] - [[true]] if achievement was unlocked | ||
|x1= < | |x1= <sqf>_isUnlocked = unlockAchievement "Hunter";</sqf> | ||
|seealso= [[setStatValue]] | |seealso= [[setStatValue]] | ||
}} | }} | ||
Latest revision as of 12:07, 5 May 2024
Description
- Description:
- Unlocks the given achievement. The achievements are listed in CfgAchievements, however none of the currently listed achievements is used in Arma 3, hence the command always returns false.
- Groups:
- Broken CommandsSystem
Syntax
- Syntax:
- unlockAchievement name
- Parameters:
- name: String - achievement name
- Return Value:
- Boolean - true if achievement was unlocked
Examples
- Example 1:
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