BIS fnc strategicMapAnimate: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(page filling) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |Animates a Strategic Map.|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [target,time] spawn [[BIS_fnc_StrategicMapAnimate]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= target: [[Config]] or [[Position]] - Either config path to target group, or absolute position in format [x,y,z] or [x,y]|= Parameter 1 | ||
|p2= time: [[Number]] - Commit time in seconds|= Parameter 2 | |||
| |= Return value | |[[Boolean]] - [[True]] when animation is applied |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[ [[configFile]] >> "CfgORBAT" >> "BIS" >> "B_1_A_1_2", 5] [[spawn]] [[BIS_fnc_StrategicMapAnimate]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= 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]] |= See also | ||
}} | }} |
Revision as of 15:37, 27 May 2018
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