BIS fnc strategicMapAnimate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Lou Montana moved page BIS fnc StrategicMapAnimate to BIS fnc strategicMapAnimate: Text replacement - "BIS fnc S" to "BIS fnc s")
m (Text replacement - "\[\[BIS[ _]fnc[ _]S([^A-Z])" to "[[BIS_fnc_s$1")
Line 9: Line 9:
|Animates a Strategic Map.
|Animates a Strategic Map.


| [target,time] spawn [[BIS_fnc_StrategicMapAnimate]]
| [target,time] spawn [[BIS_fnc_strategicMapAnimate]]


|p1= target: [[Config]] or [[Position]] - Either config path to target group, or absolute position in format [x,y,z] or [x,y]
|p1= target: [[Config]] or [[Position]] - Either config path to target group, or absolute position in format [x,y,z] or [x,y]
Line 16: Line 16:
|[[Boolean]] - [[true]] when animation is applied
|[[Boolean]] - [[true]] when animation is applied


|x1= <code>[ [[configFile]] >> "CfgORBAT" >> "BIS" >> "B_1_A_1_2", 5] [[spawn]] [[BIS_fnc_StrategicMapAnimate]];</code>
|x1= <code>[ [[configFile]] >> "CfgORBAT" >> "BIS" >> "B_1_A_1_2", 5] [[spawn]] [[BIS_fnc_strategicMapAnimate]];</code>


| [[ORBAT Viewer]], [[BIS_fnc_ORBATAddGroupOverlay]], [[BIS_fnc_ORBATAnimate]], [[BIS_fnc_ORBATConfigPreview]], [[BIS_fnc_ORBATGetGroupParams]], [[BIS_fnc_ORBATOpen]], [[BIS_fnc_ORBATRemoveGroupOverlay]], [[BIS_fnc_ORBATSetGroupFade]], [[BIS_fnc_ORBATSetGroupParams]], [[BIS_fnc_ORBATTooltip]], [[BIS_fnc_StrategicMapMouseButtonClick]]
| [[ORBAT Viewer]], [[BIS_fnc_ORBATAddGroupOverlay]], [[BIS_fnc_ORBATAnimate]], [[BIS_fnc_ORBATConfigPreview]], [[BIS_fnc_ORBATGetGroupParams]], [[BIS_fnc_ORBATOpen]], [[BIS_fnc_ORBATRemoveGroupOverlay]], [[BIS_fnc_ORBATSetGroupFade]], [[BIS_fnc_ORBATSetGroupParams]], [[BIS_fnc_ORBATTooltip]], [[BIS_fnc_strategicMapMouseButtonClick]]
}}
}}



Revision as of 01:21, 28 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Strategic

Syntax

Syntax:
Syntax needed
Parameters:
target: Config or Position - Either config path to target group, or absolute position in format [x,y,z] or [x,y]
time: Number - Commit time in seconds
Return Value:
Return value needed

Examples

Example 1:
[ configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1_2", 5] spawn BIS_fnc_strategicMapAnimate;

Additional Information

See also:
See also needed

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