BIS fnc loadVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
m (Text replacement - " {3,}\|" to " |")
Line 10: Line 10:


| [object,target] call [[BIS_fnc_loadVehicle]]
| [object,target] call [[BIS_fnc_loadVehicle]]


|p1= object: [[Object]] - Vehicle
|p1= object: [[Object]] - Vehicle
Line 17: Line 16:
*0: [[Namespace]], [[Group]] or [[Object]] - Where the save will be saved
*0: [[Namespace]], [[Group]] or [[Object]] - Where the save will be saved
*1: [[String]] - Name of the save
*1: [[String]] - Name of the save


| [[Boolean]]
| [[Boolean]]

Revision as of 23:59, 18 January 2021

Hover & click on the images for description

Description

Description:
Load vehicle look 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

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