BIS fnc diagWiki: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Some wiki formatting)
 
(21 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= Scans specific config folder and outputs the values in wiki format.
____________________________________________________________________________________________


| <pre>/*
|s1= [mode] call [[BIS_fnc_diagWiki]]


Description:
|p1= mode: [[String]] - can be one of:
Scans specific config folder and outputs the values in wiki format.
{{Columns|4|
 
* {{hl|"Anims_aimPrecision"}}
Parameter(s):
* {{hl|"CfgDiary_Icons"}}
_this: STRING - Mode, can be one of following:
* {{hl|"CfgActions"}}
RscMapControl_icons
* {{hl|"CfgActions_CfgVehicles"}}
RscMapControl_colors
* {{hl|"CfgLocationTypes"}}
RscMapControl_fonts
* {{hl|"CfgMarkers"}}
IslandMap_icons
* {{hl|"CfgMarkerBrushes"}}
IslandMap_colors
* {{hl|"CfgMarkerColors"}}
CfgLocationTypes
* {{hl|"CfgVehicles_identityTypes"}}
CfgMarkers
* {{hl|"CfgVehicles_mapSize"}}
CfgMarkerBrushes
* {{hl|"CfgVehicles_speechVariants"}}
CfgMarkerColors
* {{hl|"CfgVehicleIcons"}}
CfgVehicleIcons
* {{hl|"CfgWrapperUI_Cursors"}}
CfgDiary_Icons
* {{hl|"IslandMap_colors"}}
CfgWrapperUI_Cursors
* {{hl|"IslandMap_icons"}}
Anims_aimPrecision
* {{hl|"RadioProtocol_Select"}}
RadioProtocol_Select
* {{hl|"RadioProtocol_Sent"}}
RadioProtocol_Sent
* {{hl|"RadioProtocol_Stats"}}
RadioProtocol_Words
* {{hl|"RadioProtocol_Variables"}}
RadioProtocol_Stats
* {{hl|"RadioProtocol_Words"}}
RadioProtocol_Variables
* {{hl|"RscMapControl_colors"}}
CfgVehicles_identityTypes
* {{hl|"RscMapControl_icons"}}
CfgVehicles_speechVariants
* {{hl|"RscMapControl_fonts"}}
CfgVehicles_mapSize
}}
CfgActions
CfgActions_CfgVehicles
 
Returns:
STRING
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_diagWiki]]; --> |= Syntax
 
|p1= |= Parameter 1


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


|x1= <code></code> |=
|x1= <sqf>["RadioProtocol_Sent"] call BIS_fnc_diagWiki;</sqf>
____________________________________________________________________________________________
 
| |= 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