configFile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (→‎Description: added AllInOne_Config)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return root of config entries hierarchy. |= Description
| Return root of config entries hierarchy.<br />
See [[AllInOne Config]] for a full config extract as example. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:55, 28 June 2012

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

Description

Description:
Return root of config entries hierarchy.
See AllInOne Config for a full config extract as example.
Groups:
Uncategorised

Syntax

Syntax:
Config = configFile
Return Value:
Config

Examples

Example 1:
_isMyClassActive = isClass(configFile/"CfgPatches"/"MyClass");

Additional Information

See also:
missionConfigFilecampaignConfigFileconfig/nameconfig >> nameconfigNamecountgetArraygetTextgetNumberinheritsFromisArrayisClassisNumberisTextselect

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