BIS_fnc_diagPreviewVehicleCrew

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Creates vehicles with their crew.
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
[class, dimensions, distance] call BIS_fnc_diagPreviewVehicleCrew
Parameters:
class: String - vehicle class name
dimensions: Array of Numbers - number of vehicles in format [rows, columns] (number of vehicles = rows × columns)
distance: Number - distance between vehicles
Return Value:
Nothing

Examples

Example 1:
["B_MRAP_01_F", [5,5], 10] call BIS_fnc_diagPreviewVehicleCrew;

Additional Information

See also:
Diag functions

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