BIS fnc exportConfigHierarchy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
 
m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Diagnostic


|1.00|= Game version
|descr= Export config hierarchy of given config.
____________________________________________________________________________________________


| <pre>/*
|s1= [config,class] call [[BIS_fnc_exportConfigHierarchy]]


Description:
|p1=config: [[Config]]


|p2=class: [[String]] - topmost class


Parameter(s):
|r1= [[String]] - exported text in wikitable format
0: CONFIG - config path
1 (Optional): STRING - topmost class


Examples:
|x1= <sqf>[configFile >> "CfgWeapons"] call BIS_fnc_exportConfigHierarchy;</sqf>
// Export config hierarchy of all weapons
[configFile >> "CfgWeapons"] call BIS_fnc_exportConfigHierarchy


// Export config hierarchy of all classes inherited from class LandVehicle
|x2= <sqf>[configFile >> "CfgWeapons", "LandVehicle"] call BIS_fnc_exportConfigHierarchy;</sqf>
[configFile >> "CfgVehicles","LandVehicle"] call BIS_fnc_exportConfigHierarchy
 
Returns:
STRING - exported text
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_exportConfigHierarchy]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[configFile]] [[Config]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Diagnostic|{{uc:exportConfigHierarchy}}]]
[[Category:Functions|{{uc:exportConfigHierarchy}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:exportConfigHierarchy}}]]

Latest revision as of 18:27, 8 November 2023

Hover & click on the images for description

Description

Description:
Export config hierarchy of given config.
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
[config,class] call BIS_fnc_exportConfigHierarchy
Parameters:
config: Config
class: String - topmost class
Return Value:
String - exported text in wikitable format

Examples

Example 1:
[configFile >> "CfgWeapons"] call BIS_fnc_exportConfigHierarchy;
Example 2:
[configFile >> "CfgWeapons", "LandVehicle"] call BIS_fnc_exportConfigHierarchy;

Additional Information

See also:
configFile 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