BIS fnc loadVehicle: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 7/7) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Load vehicle look saved with [[BIS_fnc_saveVehicle]]. |Description= | ||
____________________________________________________________________________________________ | |||
| [object,target] call [[BIS_fnc_loadVehicle]] |Syntax= | |||
|p1= object: [[Object]] - Vehicle |Parameter 1= | |||
|p2= target: [[Array]] - in format: | |||
*0: [[Namespace]], [[Group]] or [[Object]] - Where the save will be saved | |||
*1: [[String]] - Name of the save |Parameter 2= | |||
| | | | [[Boolean]] |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[BIS_tank, [ [[missionNamespace]], "BIS_someTankSave"] ] [[call]] [[BIS_fnc_loadVehicle]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_saveVehicle]] |See also= | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 14:20, 6 June 2018
Description
- Description:
- Load vehicle look saved with BIS_fnc_saveVehicle.
- Execution:
- call
- Groups:
- Uncategorised
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