ctrlMapAnimAdd
Jump to navigation
Jump to search
map ctrlMapAnimAdd frame
Operand types:
map: Control
frame: Array
Type of returned value:
Compatibility:
Version 1.92 required.
Description:
Adds the next frame to the map animation. The format of frame is [time, zoom, position], the format of position is Position2D.
Example:
_map ctrlMapAnimAdd [1, 0.1, getMarkerPos "anim1"]