inheritsFrom: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add see also, categorized)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''inheritsFrom''' config |= Syntax
| [[Config]] <nowiki>=</nowiki> '''inheritsFrom''' [[Config]]|= Syntax


|p1= config: [[Config]] |= Parameter 1
|p1= [[Config]] |= Parameter 1


| [[Config]] |= Return value
| [[Config]] |= Return value

Revision as of 14:19, 27 August 2007

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

Description

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

Syntax

Syntax:
Config = inheritsFrom Config
Parameters:
Config
Return Value:
Config

Examples

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

Additional Information

See also:
configFileconfig/nameconfigNamecount configgetArray configgetText configgetNumber configisArray configisClass configisNumber configisText configselect config

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