$binaryContains

Returns true (1) if all bits set in the integer value in paramter 2 are also set in the integer value of parameter 1, false (0) otherwise.
Syntax
    $binaryContains{}{}
DocumentationReturns true (1) if all bits set in the integer value in paramter 2 are also set in the integer value of parameter 1, false (0) otherwise.
Examples
    $binaryContains{3}{1} = 1
    $binaryContains{3}{4} = 0
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2