isKeyActive: Difference between revisions
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]] | ||
<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" |