forceAddUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.20|= Game version |arg= global |= ...")
 
No edit summary
Line 8: Line 8:
|arg= global |= Arguments in MP
|arg= global |= Arguments in MP


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



Revision as of 19:06, 26 May 2014

Hover & click on the images for description

Description

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

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