BIS fnc ORBATConfigPreview: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (Some wiki formatting)
 
(35 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= Strategic


|1.00|= Game version
|gr2= Broken Functions
____________________________________________________________________________________________


|Opens config viewer and shows CfgORBAT. Used to retrieve CfgOrbat data
|descr=Opens config viewer and shows CfgORBAT. Used to retrieve CfgOrbat data
{{warning|This function is broken! {{GVI|arma3|1.82}}}}|= Description
{{Feature|warning|This function seems to be broken {{GVI|arma3|1.82}}}}
____________________________________________________________________________________________


|[] spawn [[BIS_fnc_ORBATConfigPreview]]|= Syntax
|s1= [class] call [[BIS_fnc_ORBATConfigPreview]]


|p1= |= Parameter 1
|p1= class: - [[Config]] - Path to group in CfgORBAT


| |= Return value
|r1= [[String]] or [[Nothing]]
____________________________________________________________________________________________


|x1= <code></code> |=
|x1= <sqf>[configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1"] call BIS_fnc_ORBATConfigPreview;</sqf>
____________________________________________________________________________________________
 
|[[ORBAT Viewer]], [[BIS_fnc_ORBATAddGroupOverlay]], [[BIS_fnc_ORBATAnimate]], [[BIS_fnc_ORBATGetGroupParams]], [[BIS_fnc_ORBATOpen]], [[BIS_fnc_ORBATRemoveGroupOverlay]], [[BIS_fnc_ORBATSetGroupFade]], [[BIS_fnc_ORBATSetGroupParams]], [[BIS_fnc_ORBATTooltip]] |= See also


|seealso= [[ORBAT Viewer]] [[BIS_fnc_ORBATAddGroupOverlay]] [[BIS_fnc_ORBATAnimate]] [[BIS_fnc_ORBATGetGroupParams]] [[BIS_fnc_ORBATOpen]] [[BIS_fnc_ORBATRemoveGroupOverlay]] [[BIS_fnc_ORBATSetGroupFade]] [[BIS_fnc_ORBATSetGroupParams]] [[BIS_fnc_ORBATTooltip]]
}}
}}
<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: Strategic|{{uc:ORBATConfigPreview}}]]
[[Category:Functions|{{uc:ORBATConfigPreview}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:ORBATConfigPreview}}]]

Latest revision as of 14:07, 13 July 2022

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 Viewer BIS_fnc_ORBATAddGroupOverlay BIS_fnc_ORBATAnimate BIS_fnc_ORBATGetGroupParams BIS_fnc_ORBATOpen BIS_fnc_ORBATRemoveGroupOverlay BIS_fnc_ORBATSetGroupFade BIS_fnc_ORBATSetGroupParams BIS_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