BIS fnc vectorDivide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...)
m (Text replacement - "{{Function" to "{{RV|type=function ")
Line 1: Line 1:
{{Function| arma3|1.00|gr1= Vectors| Divides vector by scalar, by dividing all vector elements.
{{RV|type=function
| arma3|1.00|gr1= Vectors| Divides vector by scalar, by dividing all vector elements.
{{Informative | [[vectorMultiply]] can be used instead as {{Inline code|vector [[vectorMultiply]] 1/scale}}, but:
{{Informative | [[vectorMultiply]] can be used instead as {{Inline code|vector [[vectorMultiply]] 1/scale}}, but:
* ''scale'' cannot be 0
* ''scale'' cannot be 0

Revision as of 12:40, 24 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Vectors

Syntax

Syntax:
Syntax needed
Parameters:
vector: Array of Numbers - (Optional, default [0,0,0]) can be any array of numbers.
divider: Number - (Optional, default 1)
Return Value:
Return value needed

Examples

Example 1:
[[123, 456, 789], 5] call BIS_fnc_vectorDivide;
Example 2:
[[1, 2, 3, 4, 5, 6, 7, 8, 9], 5] call BIS_fnc_vectorDivide;

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