BIS fnc diagWiki: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(pf)
m (Fix description presentation)
Line 1: Line 1:
{{Function|= Comments
{{Function|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Scans specific config folder and outputs the values in wiki format.|= Description
| Scans specific config folder and outputs the values in wiki format. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [mode] call [[BIS_fnc_diagWiki]] |= Syntax
| [mode] call [[BIS_fnc_diagWiki]] |Syntax=


|p1= mode: [[String]] - Can be:
|p1= mode: [[String]] - Can be one of:
RscMapControl_icons,
{{{!}} style{{=}}"width: 100%"
RscMapControl_colors,
{{!}}"Anims_aimPrecision"
RscMapControl_fonts,
{{!}}"CfgDiary_Icons"
IslandMap_icons,
{{!}}"CfgActions"
IslandMap_colors,
{{!}}"CfgActions_CfgVehicles"
CfgLocationTypes,
{{!}}-
CfgMarkers,
{{!}}"CfgLocationTypes"
CfgMarkerBrushes,
{{!}}"CfgMarkers"
CfgMarkerColors,
{{!}}"CfgMarkerBrushes"
CfgVehicleIcons,
{{!}}"CfgMarkerColors"
CfgDiary_Icons,
{{!}}-
CfgWrapperUI_Cursors,
{{!}}"CfgVehicles_identityTypes"
Anims_aimPrecision,
{{!}}"CfgVehicles_mapSize"
RadioProtocol_Select,
{{!}}"CfgVehicles_speechVariants"
RadioProtocol_Sent,
{{!}}"CfgVehicleIcons"
RadioProtocol_Words,
{{!}}-
RadioProtocol_Stats,
{{!}}"CfgWrapperUI_Cursors"
RadioProtocol_Variables,
{{!}}"IslandMap_colors"
CfgVehicles_identityTypes,
{{!}}"IslandMap_icons"
CfgVehicles_speechVariants,
{{!}}"RadioProtocol_Select"
CfgVehicles_mapSize,
{{!}}-
CfgActions,
{{!}}"RadioProtocol_Sent"
CfgActions_CfgVehicles
{{!}}"RadioProtocol_Stats"
|= Parameter 1
{{!}}"RadioProtocol_Variables"
{{!}}"RadioProtocol_Words"
{{!}}-
{{!}}"RscMapControl_colors"
{{!}}"RscMapControl_icons"
{{!}}"RscMapControl_fonts"
{{!}}}|Parameter 1=


|[[String]] - Data in wiki format|= Return value
|[[String]] - Data in wiki format|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>["RadioProtocol_Sent"] [[call]] [[BIS_fnc_diagWiki]];</code> |=  
|x1= <code>["RadioProtocol_Sent"] [[call]] [[BIS_fnc_diagWiki]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_exportFunctionsToWiki]] |= See also
| [[BIS_fnc_exportFunctionsToWiki]] |See also=
}}
}}


Line 55: Line 61:


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

Revision as of 23:54, 4 June 2018

Hover & click on the images for description

Description

Description:
Scans specific config folder and outputs the values in wiki format.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mode] call BIS_fnc_diagWiki
Parameters:
mode: String - Can be one of:
"Anims_aimPrecision" "CfgDiary_Icons" "CfgActions" "CfgActions_CfgVehicles"
"CfgLocationTypes" "CfgMarkers" "CfgMarkerBrushes" "CfgMarkerColors"
"CfgVehicles_identityTypes" "CfgVehicles_mapSize" "CfgVehicles_speechVariants" "CfgVehicleIcons"
"CfgWrapperUI_Cursors" "IslandMap_colors" "IslandMap_icons" "RadioProtocol_Select"
"RadioProtocol_Sent" "RadioProtocol_Stats" "RadioProtocol_Variables" "RadioProtocol_Words"
"RscMapControl_colors" "RscMapControl_icons" "RscMapControl_fonts"
Return Value:
String - Data in wiki format

Examples

Example 1:
["RadioProtocol_Sent"] call BIS_fnc_diagWiki;

Additional Information

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