BIS fnc baseVehicle: 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= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return base vehicle (i.e., vehicle which is not just derivative of other with different texturesd / animations). |Description= | ||
____________________________________________________________________________________________ | |||
| class call [[BIS_fnc_baseVehicle]] |Syntax= | |||
| | |p0= class: [[String]] - Vehicle class |Parameter 0= | ||
| | | | [[String]] - Vehicle class |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>["O_MBT_04_cannon_F"] [[call]] [[BIS_fnc_baseVehicle]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[typeOf]] |See also= | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 14:06, 6 June 2018
Description
- Description:
- Return base vehicle (i.e., vehicle which is not just derivative of other with different texturesd / animations).
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- class call BIS_fnc_baseVehicle
- Return Value:
- 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