BIS_fnc_exportConfigHierarchy

From Bohemia Interactive Community
Revision as of 21:58, 17 June 2016 by Pennyworth (talk | contribs) (Added BIS_fnc_exportConfigHierarchy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*

	Description:


	Parameter(s):
		0: CONFIG - config path
		1 (Optional): STRING - topmost class

	Examples:
		// Export config hierarchy of all weapons
		[configFile >> "CfgWeapons"] call BIS_fnc_exportConfigHierarchy

		// Export config hierarchy of all classes inherited from class LandVehicle
		[configFile >> "CfgVehicles","LandVehicle"] call BIS_fnc_exportConfigHierarchy

	Returns:
	STRING - exported text
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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