BIS fnc loadVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *V([a-z])" to "$1 - v$2")
m (fixed parameter descriptions)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|gr1= Vehicles
|gr1= Vehicles


|descr= Load vehicle look saved with [[BIS_fnc_saveVehicle]].
|descr= Load vehicle appearance saved with [[BIS_fnc_saveVehicle]].


|s1= [object,target] call [[BIS_fnc_loadVehicle]]
|s1= [object,target] call [[BIS_fnc_loadVehicle]]
Line 13: Line 13:


|p2= target: [[Array]] - in format:
|p2= target: [[Array]] - in format:
*0: [[Namespace]], [[Group]] or [[Object]] - Where the save will be saved
*0: [[Namespace]], [[Group]] or [[Object]] - location of the previously saved appearance
*1: [[String]] - Name of the save
*1: [[String]] - name of the saved appearance


|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <sqf>[BIS_tank, [missionNamespace, "BIS_someTankSave"] ] call BIS_fnc_loadVehicle;</sqf>
|x1= <sqf>[BIS_tank, [missionNamespace, "BIS_someTankSave"]] call BIS_fnc_loadVehicle;</sqf>


|seealso= [[BIS_fnc_saveVehicle]]
|seealso= [[BIS_fnc_saveVehicle]] [[BIS_fnc_initVehicle]] [[Arma 3: Vehicle Customisation]]
}}
}}

Latest revision as of 08:51, 29 April 2024

Hover & click on the images for description

Description

Description:
Load vehicle appearance saved with BIS_fnc_saveVehicle.
Execution:
call
Groups:
Vehicles

Syntax

Syntax:
[object,target] call BIS_fnc_loadVehicle
Parameters:
object: Object - vehicle
target: Array - in format:
Return Value:
Boolean

Examples

Example 1:
[BIS_tank, [missionNamespace, "BIS_someTankSave"]] call BIS_fnc_loadVehicle;

Additional Information

See also:
BIS_fnc_saveVehicle BIS_fnc_initVehicle Arma 3: Vehicle Customisation

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