BIS fnc diagWiki: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Diagnostic |GROUP1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Diagnostic | ||
| | |descr= Scans specific config folder and outputs the values in wiki format. | ||
| | |s1= [mode] call [[BIS_fnc_diagWiki]] | ||
| | |p1= mode: [[String]] - can be one of: | ||
{{Columns|4| | |||
* {{hl|"Anims_aimPrecision"}} | |||
* {{hl|"CfgDiary_Icons"}} | |||
* {{hl|"CfgActions"}} | |||
* {{hl|"CfgActions_CfgVehicles"}} | |||
* {{hl|"CfgLocationTypes"}} | |||
* {{hl|"CfgMarkers"}} | |||
* {{hl|"CfgMarkerBrushes"}} | |||
* {{hl|"CfgMarkerColors"}} | |||
* {{hl|"CfgVehicles_identityTypes"}} | |||
* {{hl|"CfgVehicles_mapSize"}} | |||
* {{hl|"CfgVehicles_speechVariants"}} | |||
* {{hl|"CfgVehicleIcons"}} | |||
* {{hl|"CfgWrapperUI_Cursors"}} | |||
* {{hl|"IslandMap_colors"}} | |||
* {{hl|"IslandMap_icons"}} | |||
* {{hl|"RadioProtocol_Select"}} | |||
* {{hl|"RadioProtocol_Sent"}} | |||
* {{hl|"RadioProtocol_Stats"}} | |||
* {{hl|"RadioProtocol_Variables"}} | |||
* {{hl|"RadioProtocol_Words"}} | |||
* {{hl|"RscMapControl_colors"}} | |||
* {{hl|"RscMapControl_icons"}} | |||
* {{hl|"RscMapControl_fonts"}} | |||
}} | |||
| | |r1= [[String]] - data in wiki format | ||
|[ | |x1= <sqf>["RadioProtocol_Sent"] call BIS_fnc_diagWiki;</sqf> | ||
| | |seealso= [[BIS_fnc_exportFunctionsToWiki]] | ||
}} | }} | ||
Latest revision as of 17:33, 23 March 2024
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:
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