BIS fnc ORBATConfigPreview: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^<]*)<nowiki>\[<\/nowiki>\[\[([a-zA-Z0-9_]+)\]\](.*)<\/code>" to "<code>$1$2$3</code>")
m (Some wiki formatting)
 
Line 9: Line 9:


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


|s1= [class] call [[BIS_fnc_ORBATConfigPreview]]
|s1= [class] call [[BIS_fnc_ORBATConfigPreview]]
Line 17: Line 17:
|r1= [[String]] or [[Nothing]]
|r1= [[String]] or [[Nothing]]


|x1= <code>configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1"] [[call]] [[BIS_fnc_ORBATConfigPreview]];</code>
|x1= <sqf>[configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1"] call BIS_fnc_ORBATConfigPreview;</sqf>


|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]]
|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]]
}}
}}

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