BIS fnc exportCfgHints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{Function|Comments=" to "{{Function|Comments=")
(Page filling)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A''<br>{{placeholder}} |DESCRIPTION=
| Exports <tt>CfgHints</tt> to wiki format (see [[:Category:Arma 3: Field Manual]]). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_exportCfgHints]]; --> |SYNTAX=
| [category, class] call [[BIS_fnc_exportCfgHints]] |SYNTAX=


|p1= |PARAMETER1=
|p1= category: [[String]] |PARAMETER1=


| |RETURNVALUE=
|p2= class: [[String]] |PARAMETER2=
 
| [[String]] - wiki content |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |EXAMPLE1=
|x1= <code>[] [[call]] [[BIS_fnc_exportCfgHints]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |SEEALSO=
| [[BIS fnc exportEditorPreviews]] [[BIS fnc exportFunctionsToWiki]] |SEEALSO=
 
}}
}}


Line 33: Line 34:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Diagnostic|{{uc:exportCfgHints}}]]
[[Category:Function Group: Diagnostic|{{uc:exportCfgHints}}]]
[[Category:Functions|{{uc:exportCfgHints}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:exportCfgHints}}]]

Revision as of 12:27, 26 June 2020

Hover & click on the images for description

Description

Description:
Exports CfgHints to wiki format (see Category:Arma 3: Field Manual).
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[category, class] call BIS_fnc_exportCfgHints
Parameters:
category: String
class: String
Return Value:
String - wiki content

Examples

Example 1:
[] call BIS_fnc_exportCfgHints;

Additional Information

See also:
BIS fnc exportEditorPreviews BIS fnc exportFunctionsToWiki

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