BIS fnc baseWeapon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " to " ") |
||
Line 15: | Line 15: | ||
| [[String]] - Weapon classname that features no attachments. |RETURNVALUE= | | [[String]] - Weapon classname that features no attachments. |RETURNVALUE= | ||
|x1= <code>["arifle_Mk20_MRCO_pointer_F"] [[call]] [[BIS_fnc_baseWeapon]]; {{cc|Returns "arifle_Mk20_F"}}</code> | |x1= <code>["arifle_Mk20_MRCO_pointer_F"] [[call]] [[BIS_fnc_baseWeapon]]; {{cc|Returns "arifle_Mk20_F"}}</code> | ||
| [[BIS_fnc_weaponAddon]] [[BIS_fnc_addWeapon]]|SEEALSO= | | [[BIS_fnc_weaponAddon]] [[BIS_fnc_addWeapon]]|SEEALSO= |
Revision as of 21:34, 17 January 2021
Description
Syntax
- Syntax:
- [weaponName] call BIS_fnc_baseWeapon;
- Parameters:
- weaponName: String - Weapon classname.
- Return Value:
- String - Weapon classname that features no attachments.
Examples
- Example 1:
["arifle_Mk20_MRCO_pointer_F"] call BIS_fnc_baseWeapon; // Returns "arifle_Mk20_F"
Additional Information
- See also:
- BIS_fnc_weaponAddon BIS_fnc_addWeapon
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