BIS_fnc_berpVector

From Bohemia Interactive Community
Revision as of 04:08, 20 February 2023 by Cat Harsis (talk | contribs) (Created page proper)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Wrapper for BIS_fnc_berp applying to each respective element of current and target vectors.
Execution:
call
Groups:
Interpolation

Syntax

Syntax:
[a, b, delta] call BIS_fnc_berpVector
Parameters:
a: Array - The current vector
b: Array - The target vector
delta: Number - (Optional, default 0) The delta time, 0..1
Return Value:
Array - The interpolated vector

Examples

Example 1:
private _vector = [[1,2,3], [11,12,13], 0.1] call BIS_fnc_berpVector;

Additional Information

See also:
BIS_fnc_berp

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