BIS fnc exportVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "SQF" to "SQF")
Line 15: Line 15:
|p2= vehicleClass: [[String]] - Use "" to skip createVehicle part and set components / textures only
|p2= vehicleClass: [[String]] - Use "" to skip createVehicle part and set components / textures only


| [[String]] - [[SQF]] code
| [[String]] - [[SQF Syntax|SQF]] code


|x1= <code>[BIS_tank,""] [[call]] [[BIS_fnc_exportVehicle]];
|x1= <code>[BIS_tank,""] [[call]] [[BIS_fnc_exportVehicle]];

Revision as of 00:07, 25 March 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Vehicles

Syntax

Syntax:
Syntax needed
Parameters:
vehicle: Object
vehicleClass: String - Use "" to skip createVehicle part and set components / textures only
Return Value:
Return value needed

Examples

Example 1:
[BIS_tank,""] call BIS_fnc_exportVehicle; //Returns "[ _this, [""Hex"",1], [""showCamonetHull"",1,""showCamonetTurret"",1] ] call BIS_fnc_initVehicle;"
Example 2:
[BIS_tank] call BIS_fnc_exportVehicle; //Returns "_veh = createVehicle [""O_MBT_04_cannon_F"",position player,[],0,""NONE""]; [ _veh, [""Hex"",1], [""showCamonetHull"",1,""showCamonetTurret"",1] ] call BIS_fnc_initVehicle;"

Additional Information

See also:
BIS_fnc_initVehicleVehicle Customization (VhC)

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