Search results

From GiderosMobile
  • *''maskBits'': (number) the collision mask bits. This states the categories that this s '''filterData''': (table) the table containing the ''categoryBits'', the ''maskBits'' and the ''groupIndex''<br/>
    2 KB (301 words) - 17:50, 12 July 2023
  • fixture:setFilterData({categoryBits = BALL_MASK, maskBits = BALL_MASK + WALL_MASK, groupIndex = 0}) fixture:setFilterData({categoryBits = CRATE_MASK, maskBits = CRATE_MASK + WALL_MASK, groupIndex = 0})
    3 KB (366 words) - 17:57, 12 July 2023
  • local filterData = { categoryBits = params.BIT, maskBits = params.COLBIT, groupIndex = 0 } local filterData = { categoryBits = params.BIT, maskBits = params.COLBIT, groupIndex = 0 }
    27 KB (3,976 words) - 23:54, 18 November 2023