BIS fnc diagPreviewVehicleCrew: Difference between revisions
Jump to navigation
Jump to search
m (pf) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Diagnostic | ||
| Creates vehicles with their crew. | |descr= Creates vehicles with their crew. | ||
|s1= [class, dimensions, distance] call [[BIS_fnc_diagPreviewVehicleCrew]] | |||
|p1= class: [[String]] - vehicle class name | |||
|p1= class: [[String]] - | |||
| [[ | |p2= dimensions: [[Array]] of [[Number]]s - number of vehicles in format [rows, columns] (number of vehicles = rows × columns) | ||
| | |p3= distance: [[Number]] - distance between vehicles | ||
|[[ | |r1= [[Nothing]] | ||
|x1= <sqf>["B_MRAP_01_F", [5,5], 10] call BIS_fnc_diagPreviewVehicleCrew;</sqf> | |||
< | |||
|seealso= [[:Category:Function Group: Diagnostic|Diag functions]] | |||
}} | |||
[[Category:Function Group: Diagnostic| | |||
Latest revision as of 09:52, 8 November 2023
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:
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