BIS fnc vectorMultiply: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma2 | |||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
|1.00 | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
|gr1= Vectors | |||
|descr= Multiplies 3D vector by a scalar. {{Feature|arma3|Use [[vectorMultiply]] instead.}} | |||
|s1= [vector, factor] call [[BIS_fnc_vectorMultiply]] | |||
|p1= vector: [[Array]] of [[Number]]s - to format [x,y,z] | |||
| | |p2= factor: [[Number]] | ||
| | |r1= [[Array]] of [[Number]]s - result vector | ||
|x1= <sqf>private _newVector = [[1,2,3], 3] call BIS_fnc_vectorMultiply; // returns [3,6,9]</sqf> | |||
|x1= < | |||
|seealso= [[vectorMultiply]] [[BIS_fnc_vectorDivide]] | |||
}} | }} | ||
Latest revision as of 14:15, 13 July 2022
Description
Syntax
- Syntax:
- [vector, factor] call BIS_fnc_vectorMultiply
- Parameters:
- vector: Array of Numbers - to format [x,y,z]
- factor: Number
- Return Value:
- Array of Numbers - result vector
Examples
- Example 1:
Additional Information
- See also:
- vectorMultiply BIS_fnc_vectorDivide
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