inheritsFrom

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


inheritsFrom config


Operand types:

config: Config

Type of returned value:

Config

Compatibility:

Version 2.92 required.

Description:

Returns base entry of config entry.


Example

_base = inheritsFrom (configFile >> "CfgVehicles" >> "Car")