BIS fnc baseVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
| arma3


|1.00|Game version=
|1.00


|gr1 = Configs |GROUP1=
|gr1 = Configs


|gr2 = Vehicles |GROUP2=
|gr2 = Vehicles


| 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).


| class call [[BIS_fnc_baseVehicle]] |Syntax=
| class call [[BIS_fnc_baseVehicle]]




|p0= class: [[String]] - Vehicle class |Parameter 0=
|p0= class: [[String]] - Vehicle class


| class: [[String]] - Vehicle class |Return value=
| class: [[String]] - Vehicle class


|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>


|  [[typeOf]] |See also=
|  [[typeOf]]
}}
}}



Revision as of 23:38, 17 January 2021

Hover & click on the images for description

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


Bottom Section