inheritsFrom: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns base entry of config entry.  
| Returns base entry of config entry. |= Description
Example _base = inheritsFrom (configFile >> "CfgVehicles" >> "Car") |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 16:
| [[Config]] |= Return value
| [[Config]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1 = <code> _base <nowiki>=</nowiki> '''inheritsFrom''' (configFile >> "CfgVehicles" >> "Car")</code>
|  |= See also
|  |= See also



Revision as of 08:17, 4 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
Returns base entry of config entry.
Groups:
Uncategorised

Syntax

Syntax:
inheritsFrom config
Parameters:
config Config
Return Value:
Config

Examples

Example 1:
_base = inheritsFrom (configFile >> "CfgVehicles" >> "Car")

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section