BIS fnc ORBATConfigPreview: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\:Function Group\: Strategic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|1.00|Game version=
|1.00|Game version=


|gr1= Broken Functions |GROUP1=
|gr1 = Strategic |GROUP1=
 
|gr2= Broken Functions |GROUP2=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 34: Line 36:


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

Revision as of 12:52, 12 October 2020

Hover & click on the images for description

Description

Description:
Opens config viewer and shows CfgORBAT. Used to retrieve CfgOrbat data
This function seems to be broken Arma 3 logo black.png1.82
Execution:
call
Groups:
StrategicBroken Functions

Syntax

Syntax:
[class] call BIS_fnc_ORBATConfigPreview
Parameters:
class: - Config - Path to group in CfgORBAT
Return Value:
String or Nothing

Examples

Example 1:
[configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1"] call BIS_fnc_ORBATConfigPreview;

Additional Information

See also:
ORBAT ViewerBIS_fnc_ORBATAddGroupOverlayBIS_fnc_ORBATAnimateBIS_fnc_ORBATGetGroupParamsBIS_fnc_ORBATOpenBIS_fnc_ORBATRemoveGroupOverlayBIS_fnc_ORBATSetGroupFadeBIS_fnc_ORBATSetGroupParamsBIS_fnc_ORBATTooltip

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