forceAddUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.22|Game version=
|1.22


|gr1 = Containers |GROUP1=
|gr1 = Containers


|arg= global |Multiplayer Arguments=
|arg= global


|eff= global |Multiplayer Effects=
|eff= global


|gr2= Unit Inventory |GROUP2=
|gr2= Unit Inventory


| Create a new uniform and hard link it into slot (without any restrictions). |DESCRIPTION=
| Create a new uniform and hard link it into slot (without any restrictions).


| unit [[forceAddUniform]] type |SYNTAX=
| unit [[forceAddUniform]] type


|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]


|p2= type: [[String]] |PARAMETER2=
|p2= type: [[String]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <code>_unit forceAddUniform "U_B_CombatUniform_mcam";</code>|EXAMPLE1=
|x1= <code>_unit forceAddUniform "U_B_CombatUniform_mcam";</code>




| [[addUniform]], [[isUniformAllowed]], [[removeUniform]], [[uniform]] |SEEALSO=
| [[addUniform]], [[isUniformAllowed]], [[removeUniform]], [[uniform]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:36, 18 January 2021

Hover & click on the images for description

Description

Description:
Create a new uniform and hard link it into slot (without any restrictions).
Groups:
ContainersUnit Inventory

Syntax

Syntax:
unit forceAddUniform type
Parameters:
unit: Object
type: String
Return Value:
Nothing

Examples

Example 1:
_unit forceAddUniform "U_B_CombatUniform_mcam";

Additional Information

See also:
addUniformisUniformAllowedremoveUniformuniform

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