isKeyActive

From Bohemia Interactive Community
Revision as of 06:06, 1 July 2006 by Hoz (talk | contribs)
Jump to navigation Jump to search



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"