BIS fnc diagPreviewVehicleCrew: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
| arma3


|1.00|Game version=
|1.00


|gr1= Diagnostic |GROUP1=
|gr1= Diagnostic


| Creates vehicles with their crew.|DESCRIPTION=
| Creates vehicles with their crew.




|  [class, numVeh, distance] call [[BIS_fnc_diagPreviewVehicleCrew]] |SYNTAX=
|  [class, numVeh, distance] call [[BIS_fnc_diagPreviewVehicleCrew]]
|p1= class: [[String]] - Vehicle class name|PARAMETER1=
|p1= class: [[String]] - Vehicle class name
|p2= numVeh: [[Array]] - Number of vehicles in format:
|p2= numVeh: [[Array]] - Number of vehicles in format:
*0: rows
*0: rows
*1: columns
*1: columns
**Number of vehicles: #rows * #columns|PARAMETER2=
**Number of vehicles: #rows * #columns
|p3= Distance: [[Number]] - Distance between vehicles|PARAMETER3=
|p3= Distance: [[Number]] - Distance between vehicles


| [[Nothing]]|RETURNVALUE=
| [[Nothing]]


|x1= <code>["B_MRAP_01_F", [5,5], 10] [[call]] [[BIS_fnc_diagPreviewVehicleCrew]];</code>
|x1= <code>["B_MRAP_01_F", [5,5], 10] [[call]] [[BIS_fnc_diagPreviewVehicleCrew]];</code>


|[[:Category:Function Group: Diagnostic|Diag functions]]|SEEALSO=
|[[:Category:Function Group: Diagnostic|Diag functions]]
}}
}}



Revision as of 00:02, 18 January 2021

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


Bottom Section