BIS fnc baseVehicle: Difference between revisions
Jump to navigation
Jump to search
m (fixed typo in description) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr2 = Vehicles |GROUP2= | |gr2 = Vehicles |GROUP2= | ||
| Returns base vehicle (i.e., vehicle which is not just derivative of other with different textures / animations). |Description= | | Returns base vehicle (i.e., vehicle which is not just derivative of other with different textures / animations). |Description= | ||
| class call [[BIS_fnc_baseVehicle]] |Syntax= | | class call [[BIS_fnc_baseVehicle]] |Syntax= | ||
Line 20: | Line 17: | ||
| class: [[String]] - Vehicle class |Return value= | | class: [[String]] - Vehicle class |Return value= | ||
|x1= <code>["O_MBT_04_cannon_F"] [[call]] [[BIS_fnc_baseVehicle]];</code> |Example 1= | |x1= <code>["O_MBT_04_cannon_F"] [[call]] [[BIS_fnc_baseVehicle]];</code> |Example 1= | ||
| [[typeOf]] |See also= | | [[typeOf]] |See also= |
Revision as of 22:43, 16 January 2021
Description
- Description:
- Returns base vehicle (i.e., vehicle which is not just derivative of other with different textures / animations).
- Execution:
- call
- Groups:
- ConfigsVehicles
Syntax
- Syntax:
- class call BIS_fnc_baseVehicle
- Return Value:
- class: String - Vehicle class
Examples
- Example 1:
["O_MBT_04_cannon_F"] call BIS_fnc_baseVehicle;
Additional Information
- See also:
- typeOf
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