unitName isUniformAllowed type
Operand types
unitName:
Objecttype:
String
Type of returned value
Description
Check whether given uniform can be dressed on target soldier.
Used In
Arma3
Example
if (loon1 isUniformAllowed "U_B_CombatUniform_mcam") then {
hint "This loon can wear that uniform.";
};