BIS fnc loadVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|" to "|")
m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=")
Line 9: Line 9:
| Load vehicle look saved with [[BIS_fnc_saveVehicle]].
| Load vehicle look saved with [[BIS_fnc_saveVehicle]].


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


|p1= object: [[Object]] - Vehicle
|p1= object: [[Object]] - Vehicle

Revision as of 16:57, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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