mapAnimAdd: Difference between revisions
Jump to navigation
Jump to search
(+ category) |
mNo edit summary |
||
Line 17: | Line 17: | ||
| '''mapAnimAdd''' frame |= Syntax | | '''mapAnimAdd''' frame |= Syntax | ||
|p1= frame: [[ | |p1= frame: [time, zoom, [[Position2D]]] |= Parameter 1 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 05:30, 28 August 2007
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: [time, zoom, 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
- Ceeeb
- In OFP v1.96, the mapAnim series of commands, together with forceMap can only be used in the intro and mission, as it is not possible to access the map from the outro. (not checked, sourced from an old copy of the OFPEC comref)