unlockAchievement: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 12: Line 12:
| '''unlockAchievement''' name |= Syntax
| '''unlockAchievement''' name |= Syntax


|p1= name: [[String]] |= PARAMETER1
|p1= name: [[String]] |PARAMETER1=  




| [[Boolean]] |= RETURNVALUE
| [[Boolean]] |RETURNVALUE=  




|x1= <code>_isUnlocked = [[unlockAchievement]] "someAchievement";</code>|= EXAMPLE1
|x1= <code>_isUnlocked = [[unlockAchievement]] "someAchievement";</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= SEEALSO
|  |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:38, 7 April 2019

Hover & click on the images for description

Description

Description:
Unlock the given achievement.
Groups:
Uncategorised

Syntax

Syntax:
unlockAchievement name
Parameters:
name: String
Return Value:
Boolean

Examples

Example 1:
_isUnlocked = unlockAchievement "someAchievement";

Additional Information

See also:
See also needed

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

Notes

Bottom Section

Posted on February 10, 2016 - 09:06 (UTC)
Harmdhast
This is an obsolete command used in the experimental Arma 2 Xbox 360 version. https://forums.bistudio.com/topic/187873-unlockachievment-command/