BIS fnc getVehicleCustomization: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Vehicles(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Vehicles |GROUP1= | |gr1 = Vehicles |GROUP1= | ||
| Return vehicle customization settings. |Description= | | Return vehicle customization settings. |Description= | ||
| [object,class] call [[BIS_fnc_getVehicleCustomization]] |Syntax= | | [object,class] call [[BIS_fnc_getVehicleCustomization]] |Syntax= | ||
Line 20: | Line 17: | ||
| [[Array]] in format: [<texture>,<animations>], for example (<nowiki>[</nowiki>["wasp",1],["AddTread",0,"AddTread_Short",1]])|Return value= | | [[Array]] in format: [<texture>,<animations>], for example (<nowiki>[</nowiki>["wasp",1],["AddTread",0,"AddTread_Short",1]])|Return value= | ||
|x1= <code><nowiki>[</nowiki>[[vehicle]] [[player]]] [[call]] [[BIS_fnc_getVehicleCustomization]];</code> |Example 1= | |x1= <code><nowiki>[</nowiki>[[vehicle]] [[player]]] [[call]] [[BIS_fnc_getVehicleCustomization]];</code> |Example 1= | ||
| [[Vehicle Customization (VhC)]], [[BIS_fnc_initVehicle]] |See also= | | [[Vehicle Customization (VhC)]], [[BIS_fnc_initVehicle]] |See also= |
Revision as of 23:13, 16 January 2021
Description
Syntax
- Syntax:
- [object,class] call BIS_fnc_getVehicleCustomization
- Parameters:
- object: Object
- class: String - (Optional, default "") Object class override
- Return Value:
- Array in format: [<texture>,<animations>], for example ([["wasp",1],["AddTread",0,"AddTread_Short",1]])
Examples
- Example 1:
[vehicle player] call BIS_fnc_getVehicleCustomization;
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