deActivateKey: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 7: Line 6:


|gr1= Mission Information |GROUP1=
|gr1= Mission Information |GROUP1=
____________________________________________________________________________________________


| 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=
____________________________________________________________________________________________


| '''deActivateKey''' keyname |SYNTAX=
| '''deActivateKey''' keyname |SYNTAX=
Line 19: Line 16:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>[[deActivateKey]] "Mission04Key";</code> |EXAMPLE1=
|x1= <code>[[deActivateKey]] "Mission04Key";</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[isKeyActive]], [[activateKey]] |SEEALSO=
| [[isKeyActive]], [[activateKey]] |SEEALSO=

Revision as of 01:38, 17 January 2021

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:
Mission Information

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