fillWeaponsFromPool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (VBS2 scripting category removal)
m (Text replacement - "|= Comments" to "|Comments=")
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofpr |= Game name
| ofpr |Game name=


|1.75|= Game version
|1.75|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Adds magazines from the campaign pool to the given unit, depending on his weapons. |= Description
| Adds magazines from the campaign pool to the given unit, depending on his weapons. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''fillWeaponsFromPool''' unitName |= Syntax
| '''fillWeaponsFromPool''' unitName |SYNTAX=


|p1= unitName: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>fillWeaponsFromPool _soldier</pre> |= Example 1
|x1= <pre>fillWeaponsFromPool _soldier</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= See also
|  |SEEALSO=


}}
}}
Line 33: Line 33:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands OFP 1.96|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands ArmA|FILLWEAPONSFROMPOOL]]
[[Category:Scripting Commands ArmA|FILLWEAPONSFROMPOOL]]
Line 39: Line 40:
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{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