BIS fnc exportConfigHierarchy: Difference between revisions
Jump to navigation
Jump to search
Pennyworth (talk | contribs) (Added BIS_fnc_exportConfigHierarchy) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Export config hierarchy of given config.|Description= | ||
____________________________________________________________________________________________ | |||
| [config,class] call [[BIS_fnc_exportConfigHierarchy]] |Syntax= | |||
|p1=config: [[Config]] |Parameter 1= | |||
|p2=class: [[String]] - Topmost class |Parameter 2= | |||
| [[String]] - Exported text in wikitable format |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[ [[configFile]] >> "CfgWeapons" ] [[call]] [[BIS_fnc_exportConfigHierarchy]];</code>|Example 1= | ||
| | |x2= <code>[ [[configFile]] >> "CfgWeapons", "LandVehicle" ] [[call]] [[BIS_fnc_exportConfigHierarchy]];</code>|Example 2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[configFile]], [[Config]] |See also= | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 12:23, 21 June 2018
Description
- Description:
- Export config hierarchy of given config.
- Execution:
- call
- Groups:
- Uncategorised
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:
- configFileConfig
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