BIS_fnc_mapAnimAdd

From Bohemia Interactive Community
Revision as of 17:06, 25 December 2018 by R3vo (talk | contribs) (Created page with "{{Function|= Comments | arma3 |Game name= |1.00|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
/*
	Author:
	Nelson Duarte

	Description:
	Same as mapAnimAdd but with possibility for non linear zoom and position interpolation modes

	Parameters:
	_this select 0: FLOAT	- The animation duration in seconds
	_this select 1: FLOAT	- The zoom value
	_this select 2: ARRAY	- The position vector
	_this select 3: INTEGER	- The interpolation mode for the zoom
	_this select 4: INTEGER	- The interpolation mode for the position
	_this select 5: FLOAT	- The zoom value to start animation from, if not set the current map zoom is used
	_this select 6: ARRAY	- The position vector to start animation from, if not set the current map position is used

	Returns:
	Nothing

	Examples:
	[2.0, 0.05, getPos player] call BIS_fnc_mapAnimAdd;
*/
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_mapAnimAdd
Parameters:
parameter: Datatype - (Optional, default defValue) description
Return Value:
Datatype - description

Examples

Example 1:

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