BIS fnc strategicMapAnimate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Animates a Strategic Map.|= Description
|Animates a Strategic Map.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [target,time] spawn [[BIS_fnc_StrategicMapAnimate]] |= Syntax
| [target,time] spawn [[BIS_fnc_StrategicMapAnimate]] |SYNTAX=


|p1= target: [[Config]] or [[Position]] - Either config path to target group, or absolute position in format [x,y,z] or [x,y]|= Parameter 1
|p1= target: [[Config]] or [[Position]] - Either config path to target group, or absolute position in format [x,y,z] or [x,y]|PARAMETER1=
|p2= time: [[Number]] - Commit time in seconds|= Parameter 2
|p2= time: [[Number]] - Commit time in seconds|PARAMETER2=


|[[Boolean]] - [[True]] when animation is applied |= Return value
|[[Boolean]] - [[True]] when animation is applied |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[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]] |= See also
| [[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]] |SEEALSO=


}}
}}

Revision as of 15:33, 7 April 2019


Hover & click on the images for description

Description

Description:
Animates a Strategic Map.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[target,time] spawn BIS_fnc_StrategicMapAnimate
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:
Boolean - True when animation is applied

Examples

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

Additional Information

See also:
ORBAT ViewerBIS_fnc_ORBATAddGroupOverlayBIS_fnc_ORBATAnimateBIS_fnc_ORBATConfigPreviewBIS_fnc_ORBATGetGroupParamsBIS_fnc_ORBATOpenBIS_fnc_ORBATRemoveGroupOverlayBIS_fnc_ORBATSetGroupFadeBIS_fnc_ORBATSetGroupParamsBIS_fnc_ORBATTooltipBIS_fnc_StrategicMapMouseButtonClick

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