BIS fnc simpleMoveMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
m (Text replacement - " {2,}\}\}" to " }}")
Line 30: Line 30:


|seealso= [[BIS_fnc_cancelMarker]] [[BIS_fnc_blinkMarker]] [[BIS_fnc_getMarkers]] [[BIS_fnc_rotateMarker]] [[BIS_fnc_resizeMarker]] [[BIS_fnc_moveMarker]]
|seealso= [[BIS_fnc_cancelMarker]] [[BIS_fnc_blinkMarker]] [[BIS_fnc_getMarkers]] [[BIS_fnc_rotateMarker]] [[BIS_fnc_resizeMarker]] [[BIS_fnc_moveMarker]]
}}
}}



Revision as of 01:18, 19 January 2021

Hover & click on the images for description

Description

Description:
Moves marker to a new position. Simple version of BIS_fnc_moveMarker.
Execution:
call
Groups:
Map and Markers

Syntax

Syntax:
[marker, newPosition, duration] call BIS_fnc_simpleMoveMarker
Parameters:
marker: String - Marker
newPosition: Array - New position
duration: Number - (Optional, default 5) How long it takes to move the marker in seconds
Return Value:
Nothing

Examples

Example 1:
["BIS_marker",[1111,2222,0]] call BIS_fnc_moveMarker;
Example 2:
["BIS_marker",(getMarkerPos "BIS_marker2"),2] call BIS_fnc_simpleMoveMarker;

Additional Information

See also:
BIS_fnc_cancelMarker BIS_fnc_blinkMarker BIS_fnc_getMarkers BIS_fnc_rotateMarker BIS_fnc_resizeMarker BIS_fnc_moveMarker

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