BIS fnc loadVehicle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3: Vehicle Customization" to "[[Arma 3: Vehicle Customisation") |
m (fixed parameter descriptions) |
||
Line 6: | Line 6: | ||
|gr1= Vehicles | |gr1= Vehicles | ||
|descr= Load vehicle | |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]] - | *0: [[Namespace]], [[Group]] or [[Object]] - location of the previously saved appearance | ||
*1: [[String]] - | *1: [[String]] - name of the saved appearance | ||
|r1= [[Boolean]] | |r1= [[Boolean]] |
Latest revision as of 07:51, 29 April 2024
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:
Additional Information
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