fillWeaponsFromPool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(49 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">'''fillWeaponsFromPool ''person'''''</h2>
{{RV|type=command


'''Operand types:'''
|game1= ofp
|version1= 1.75


person: [[Object]]
|game2= ofpe
|version2= 1.00


'''Type of returned value:'''
|game3= arma1
|version3= 1.00


Nothing
|game4= arma2
|version4= 1.00


'''Description:'''
|game5= arma2oa
|version5= 1.50


Add magazines from campaign pool to person (depending on weapons person has).
|game6= tkoh
|version6= 1.00


'''Example:'''
|game7= arma3
|version7= 0.50


'''fillWeaponsFromPool''' victor
|gr1= Weapon Pool
 
|descr= Adds magazines from the campaign pool to the given unit, depending on his weapons. Available in campaigns only.
 
|s1= [[fillWeaponsFromPool]]  unit
 
|p1= unit: [[Object]]
 
|r1= [[Nothing]]
 
|x1= <sqf>fillWeaponsFromPool _soldier;</sqf>
 
|seealso= [[addWeaponPool]]
}}

Latest revision as of 14:16, 5 May 2022

Hover & click on the images for description

Description

Description:
Adds magazines from the campaign pool to the given unit, depending on his weapons. Available in campaigns only.
Groups:
Weapon Pool

Syntax

Syntax:
fillWeaponsFromPool unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
fillWeaponsFromPool _soldier;

Additional Information

See also:
addWeaponPool

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