BIS fnc diagWiki: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(pf)
m (Some wiki formatting)
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Diagnostic
____________________________________________________________________________________________


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


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


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


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


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


| [[BIS_fnc_exportFunctionsToWiki]] |= See also
|seealso= [[BIS_fnc_exportFunctionsToWiki]]
}}
}}
<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:diagWiki}}]]
[[Category:Functions|{{uc:diagWiki}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagWiki}}]]

Latest revision as of 18:33, 23 March 2024

Hover & click on the images for description

Description

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

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