BIS fnc diagPreviewVehicleCrew: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Diagnostic |GROUP1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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 | ||
| | |r1= [[Nothing]] | ||
|[[:Category:Function Group: Diagnostic|Diag functions]] | |x1= <sqf>["B_MRAP_01_F", [5,5], 10] call BIS_fnc_diagPreviewVehicleCrew;</sqf> | ||
|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