BIS fnc loadVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=")
m (Text replacement - "\|" to "|")
Line 17: Line 17:
*1: [[String]] - Name of the save
*1: [[String]] - Name of the save


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


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


|seealso= [[BIS_fnc_saveVehicle]]
|seealso= [[BIS_fnc_saveVehicle]]
}}
}}

Revision as of 11:29, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Vehicles

Syntax

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