BIS fnc limitAmmunition: 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 - "\|gr([0-9]+) = " to "|gr$1= ") |
||
Line 5: | Line 5: | ||
|1.00 | |1.00 | ||
|gr1 = Inventory | |gr1= Inventory | ||
| Limits the number of magazines carried by individual unit. Each container (uniform, vest and backpack) can be limited separately or left untouched. | | Limits the number of magazines carried by individual unit. Each container (uniform, vest and backpack) can be limited separately or left untouched. |
Revision as of 12:41, 11 April 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object
- uniformMags: Array - (Optional, default [0.4,0.8]) Amount of magazines in uniform. Array in form:
- 0:minMags - Minimum amount of magazines in percent (%)
- 1:maxMags - Maximum amount of magazines in percent (%)
- vestMags: Array - (Optional, default [0.4,0.8]) Amount of magazines in vest. Array in form:
- 0:minMags - Minimum amount of magazines in percent (%)
- 1:maxMags - Maximum amount of magazines in percent (%)
- backpackMags: Array - (Optional, default [0.4,0.8]) Amount of magazines in backpack. Array in form:
- 0:minMags - Minimum amount of magazines in percent (%)
- 1:maxMags - Maximum amount of magazines in percent (%)
- Return Value:
- Return value needed
Examples
- Example 1:
player call BIS_fnc_limitAmmunition;
- Example 2:
[ player,[],[0.5,0.5],[0,1] ] call BIS_fnc_limitAmmunition;
Additional Information
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