BIS fnc diagPreviewVehicleCrew: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Diagnostic | ||
| | |descr= Creates vehicles with their crew. | ||
|s1= [class, dimensions, distance] call [[BIS_fnc_diagPreviewVehicleCrew]] | |||
| | |p1= class: [[String]] - vehicle class name | ||
| | |p2= dimensions: [[Array]] of [[Number]]s - number of vehicles in format [rows, columns] (number of vehicles = rows × columns) | ||
|p3= distance: [[Number]] - distance between vehicles | |||
|p3= | |||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>["B_MRAP_01_F", [5,5], 10] call BIS_fnc_diagPreviewVehicleCrew;</sqf> | ||
|seealso= [[:Category:Function Group: Diagnostic|Diag functions]] | |seealso= [[:Category:Function Group: Diagnostic|Diag functions]] | ||
}} | }} |
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