ctrlMapAnimAdd: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.92|= Game version | |||
____________________________________________________________________________________________ | |||
| Adds the next frame to the map animation. The format of frame is [time, zoom, position], the format of position is Position2D. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | map '''ctrlMapAnimAdd''' frame |= Syntax | ||
|p1= map [[Control]] |= Parameter 1 | |||
|p2= frame [[Array]] |= Parameter 2 | |||
| [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>_map ctrlMapAnimAdd [1, 0.1, getMarkerPos "anim1"]</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|CTRLMAPANIMADD]] | |||
[[Category:Scripting Commands ArmA|CTRLMAPANIMADD]] | |||
Revision as of 23:13, 1 August 2006
Description
- Description:
- Adds the next frame to the map animation. The format of frame is [time, zoom, position], the format of position is Position2D.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_map ctrlMapAnimAdd [1, 0.1, getMarkerPos "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