BIS fnc simpleMoveMarker: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *M([a-z ])" to "$1 - m$2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2") |
||
Line 16: | Line 16: | ||
|p1= marker: [[String]] - marker | |p1= marker: [[String]] - marker | ||
|p2= newPosition: [[Array]] - | |p2= newPosition: [[Array]] - new position | ||
|p3= duration: [[Number]] - (Optional, default 5) how long it takes to move the marker in seconds | |p3= duration: [[Number]] - (Optional, default 5) how long it takes to move the marker in seconds |
Latest revision as of 15:39, 8 November 2023
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:
- Example 2:
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