BIS fnc basicBackpack: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Inventory(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
m (example formatting) |
||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>baseBackpack = "b_assaultpack_rgr_medic" call BIS_fnc_basicBackpack; | |x1= <code>baseBackpack = "b_assaultpack_rgr_medic" [[call]] [[BIS_fnc_basicBackpack]]; {{cc|Returns "b_assaultpack_rgr", the base class}} </code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 09:53, 15 January 2021
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