isKeyActive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|ISKEYACTIVE]]
[[Category:Scripting Commands ArmA|ISKEYACTIVE]]


<new command not populated>




<h2 style="color:#000066">''''' isKeyActive '''''</h2>
<h2 style="color:#000066">''''' isKeyActive ''''' ''keyName''</h2>




'''Operand types:'''
'''Operand types:'''
'''keyName''':  [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Boolean]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.06 required.


'''Description:'''
'''Description:'''


Checks whether the given key is active in the current user profile.


'''Example:'''
'''Example:'''
_ok = '''isKeyActive''' "M04"

Revision as of 06:06, 1 July 2006



isKeyActive keyName


Operand types:

keyName: String

Type of returned value:

Boolean

Compatibility:

Version 2.06 required.

Description:

Checks whether the given key is active in the current user profile.

Example:

_ok = isKeyActive "M04"