ctrlMapAnimAdd

From Bohemia Interactive Community
Revision as of 01:55, 6 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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