BIS fnc basicBackpack: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Inventory |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: Inventory(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 34: | Line 34: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:basicBackpack}}]] | [[Category:Functions|{{uc:basicBackpack}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:basicBackpack}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:basicBackpack}}]] |
Revision as of 10:21, 12 October 2020
Description
- Description:
- Determines basic backpack with no equipment present (ie empty).
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- backPackClassName call BIS_fnc_basicBackpack;
- Parameters:
- String - Backpack classname.
- Return Value:
- String - Returns classname of base backpack.
Examples
- Example 1:
baseBackpack = "b_assaultpack_rgr_medic" call BIS_fnc_basicBackpack; // Returns "b_assaultpack_rgr", the base class.
Additional Information
- See also:
- See also needed
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