BIS fnc diagPreviewVehicleCrew: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Some wiki formatting)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Diagnostic


|1.00|= Game version
|descr= Creates vehicles with their crew.
____________________________________________________________________________________________


| <pre>/*
|s1= [class, dimensions, distance] call [[BIS_fnc_diagPreviewVehicleCrew]]


Description:
|p1= class: [[String]] - vehicle class name
Creates vehicles with their crew


Parameter(s):
|p2= dimensions: [[Array]] of [[Number]]s - number of vehicles in format [rows, columns] (number of vehicles = rows &times; columns)
0: STRING - vehicle class
1: ARRAY - number of vehicles in format [rows,columns], total count being rows x columns
2: NUMBER - distance between vehicles


Returns:
|p3= distance: [[Number]] - distance between vehicles
NOTHING
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|r1= [[Nothing]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_diagPreviewVehicleCrew]]; --> |= Syntax
|x1= <sqf>["B_MRAP_01_F", [5,5], 10] call BIS_fnc_diagPreviewVehicleCrew;</sqf>
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[:Category:Function Group: Diagnostic|Diag functions]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Diagnostic|{{uc:diagPreviewVehicleCrew}}]]
[[Category:Functions|{{uc:diagPreviewVehicleCrew}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagPreviewVehicleCrew}}]]

Latest revision as of 10:52, 8 November 2023

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