BIS fnc diagPreviewVehicleCrew: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Diagnostic |GROUP1=")
m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 39: Line 39:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Diagnostic|{{uc:diagPreviewVehicleCrew}}]]
 
[[Category:Functions|{{uc:diagPreviewVehicleCrew}}]]
[[Category:Functions|{{uc:diagPreviewVehicleCrew}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagPreviewVehicleCrew}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagPreviewVehicleCrew}}]]

Revision as of 11:23, 12 October 2020

Hover & click on the images for description

Description

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

Syntax

Syntax:
[class, numVeh, distance] call BIS_fnc_diagPreviewVehicleCrew
Parameters:
class: String - Vehicle class name
numVeh: Array - Number of vehicles in format:
  • 0: rows
  • 1: 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

Notes

Bottom Section