ctrlMapAnimAdd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''map'' ''' ctrlMapAnimAdd ''frame'''''</h2>
<h2 style="color:#000066">'''''map'' ctrlMapAnimAdd ''frame'''''</h2>





Revision as of 12:56, 6 July 2006


map ctrlMapAnimAdd frame


Operand types:

map: Control

frame: Array

Type of returned value:

Nothing

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"]