BIS fnc baseVehicle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *(\^+\]) +\[\[call\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 call $2;</sqf>") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Configs | ||
| | |gr2= Vehicles | ||
| | |descr= Returns base vehicle (i.e., vehicle which is not just derivative of other with different textures / animations). | ||
| | |s1= class call [[BIS_fnc_baseVehicle]] | ||
| class | |p1= class: [[String]] - vehicle class | ||
| | |r1= class: [[String]] - base vehicle class | ||
|x1= <sqf>["O_MBT_04_cannon_F"] call BIS_fnc_baseVehicle;</sqf> | |||
|x1= < | |||
|seealso= [[typeOf]] | |seealso= [[typeOf]] | ||
}} | }} |
Latest revision as of 19:02, 5 May 2022
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
- Parameters:
- class: String - vehicle class
- Return Value:
- class: String - base vehicle class
Examples
- Example 1:
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