forceAddUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.22


|1.20|= Game version
|gr1= Containers


|arg= global |= Arguments in MP
|arg= global


|eff= global |= Effects in MP
|eff= global
____________________________________________________________________________________________


| Create a new uniform and hard link it into slot (without any restrictions).  |= Description
|gr2= Unit Inventory
____________________________________________________________________________________________


| unit '''forceAddUniform''' type |= Syntax
|descr= Create a new uniform and hard link it into slot (without any restrictions).


|p1= unit: [[Object]] |= PARAMETER1
|s1= unit [[forceAddUniform]] type


|p2= type: [[String]] |= PARAMETER2
|p1= unit: [[Object]]


| [[Nothing]] |= RETURNVALUE
|p2= type: [[String]]


|r1= [[Nothing]]


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


____________________________________________________________________________________________
|seealso= [[addUniform]] [[isUniformAllowed]] [[removeUniform]] [[uniform]]
 
| [[addUniform]], [[isUniformAllowed]], [[removeUniform]], [[uniform]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

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:
addUniform isUniformAllowed removeUniform uniform

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