BIS_fnc_diagPreviewVehicleCrew

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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