mapAnimAdd: Difference between revisions

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


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


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


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 15:31, 16 September 2006


Hover & click on the images for description

Description

Description:
Add next frame to map animation. Format of frame is [time, zoom, position], format of position is Position2D.
Groups:
Uncategorised

Syntax

Syntax:
mapAnimAdd frame
Parameters:
frame: Array
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