fillWeaponsFromPool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "|= Comments" to "|Comments=")
(22 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">'''fillWeaponsFromPool ''person'''''</h2>
{{Command|Comments=
____________________________________________________________________________________________


'''Operand types:'''
| ofpr |Game name=


person: [[Object]]
|1.75|Game version=
____________________________________________________________________________________________


'''Type of returned value:'''
| Adds magazines from the campaign pool to the given unit, depending on his weapons. |DESCRIPTION=
____________________________________________________________________________________________


Nothing
| '''fillWeaponsFromPool''' unitName |SYNTAX=


'''Description:'''
|p1= unitName: [[Object]] |PARAMETER1=


Add magazines from campaign pool to person (depending on weapons person has).
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <pre>fillWeaponsFromPool _soldier</pre> |EXAMPLE1=
____________________________________________________________________________________________


'''Example:'''
|  |SEEALSO=


'''fillWeaponsFromPool''' victor
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands ArmA|FILLWEAPONSFROMPOOL]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Weapon Pool|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 14:23, 31 August 2019

Hover & click on the images for description

Description

Description:
Adds magazines from the campaign pool to the given unit, depending on his weapons.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
fillWeaponsFromPool _soldier

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

Notes

Bottom Section