mapAnimAdd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Fixed params)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Add next frame to map animation. Format of frame is [time, zoom, position], format of position is [[Position2D]]. |= Description
| Add next frame to map animation. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''mapAnimAdd''' frame |= Syntax
| '''mapAnimAdd''' [time, zoom, position] |= Syntax


|p1= frame: [[Array]] |= Parameter 1
|p1= time: [[Number]] |= Parameter 1
 
|p2= zoom: [[Number]] |= Parameter 2
 
|p3= position: [[Position2D]] |= Parameter 3


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>mapAnimAdd [1, 0.1, [[getMarkerPos]] "anim1"]</code> |= Example 1
|x1= <code>mapAnimAdd [1, 0.1, [[markerPos]] "anim1"]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:52, 15 September 2006


Hover & click on the images for description

Description

Description:
Add next frame to map animation.
Groups:
Uncategorised

Syntax

Syntax:
mapAnimAdd [time, zoom, position]
Parameters:
time: Number
zoom: Number
position: Position2D
Return Value:
Nothing

Examples

Example 1:
mapAnimAdd [1, 0.1, markerPos "anim1"]

Additional Information

See also:
See also needed

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

Notes

Bottom Section