Bitwise.band(number, number)
   
    shared
Arguments
Returns
- number The result of the bitwise AND operation.
 
Remarks
Note
The `band` function is equivalent to the `&` operator in Lua.
Examples
Checks if the first player has the FL.ONGROUND flag set:
Checks if the player has only he FL.ONGROUND flag set: