getText

From Bohemia Interactive Community
Revision as of 04:10, 3 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


getText config


Operand types:

config: Config

Type of returned value:

String

Compatibility:

Version 2.35 required.

Description:

Extract text from config entry.

Example:

_array = getText (configFile >> "CfgVehicles" >> "Thing" >> "icon")