configName

From Bohemia Interactive Community
Revision as of 21:13, 4 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


configName config


Operand types:

config: Config


Type of returned value:

String

Compatibility:

Version 2.53 required.

Description:

Returns name of config entry.

Example:

_name = configName (configFile >> "CfgVehicles") , result is "CfgVehicles"