isKeyActive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




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




Line 23: Line 23:


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


'''Example:'''
'''Example:'''


_ok = '''isKeyActive''' "M04"
_ok = '''isKeyActive''' "M04"

Revision as of 16:37, 2 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"