deActivateKey: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma2oa |= Game name |1.62|= Game version __________________...")
 
m (fixed link)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| deactivates the given keyname for the current user profile. The keys are used to unlock missions or campaigns.
| Deactivates the given keyname for the current user profile. The keys are used to unlock missions or campaigns.


See keys, keysLimit and doneKeys in the [[Description.ext#Keys|description.ext]] file of the missions. |= Description
See keys, keysLimit and doneKeys in the [[Description.ext#keys|description.ext]] file of the missions. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:30, 23 January 2013

Hover & click on the images for description

Description

Description:
Deactivates the given keyname for the current user profile. The keys are used to unlock missions or campaigns. See keys, keysLimit and doneKeys in the description.ext file of the missions.
Groups:
Uncategorised

Syntax

Syntax:
deActivateKey keyname
Parameters:
keyname: String
Return Value:
Nothing

Examples

Example 1:
deActivateKey "Mission04Key"

Additional Information

See also:
isKeyActiveactivateKey

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