getArray

From Bohemia Interactive Community
Revision as of 03:54, 3 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


getArray config


Operand types:

config: Config

Type of returned value:

Array

Compatibility:

Version 2.35 required.

Description:

Extract array from config entry.


Example:

_array = getArray (configFile >> "CfgVehicles" >> "Thing" >> "threat")