config / name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
'''Example:'''
'''Example:'''


configFile / "CfgVehicles"
configFile '''/''' "CfgVehicles"

Revision as of 13:09, 22 July 2006


config / name


Operand types:

config: Config

name: String

Type of returned value:

Config

Compatibility:

Version 2.92 required.

Description:

Returns subentry of config entry with given name (alias for >>).


Example:

configFile / "CfgVehicles"