isClass

From Bohemia Interactive Community
Revision as of 16:34, 2 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


isClass config


Operand types:

config: Config

Type of returned value:

Boolean

Compatibility:

Version 2.35 required.

Description:

Check if config entry represents config class


Example

_ok = isClass (configFile >> "CfgVehicles") .... result is true