DROP_MODE_DISABLED:null = 0
Disables all drop sections, but still allows to detect the "on item" drop section by
get_drop_section_at_position.
Note: This is the default flag, it has no effect when combined with other flags.
DROP_MODE_ON_ITEM:null = 1
Enables the "on item" drop section. This drop section covers the entire item.
When combined with
DROP_MODE_INBETWEEN, this drop section halves the height and stays centered vertically.
DROP_MODE_INBETWEEN:null = 2
Enables "above item" and "below item" drop sections. The "above item" drop section covers the top half of the item, and the "below item" drop section covers the bottom half.
When combined with
DROP_MODE_ON_ITEM, these drop sections halves the height and stays on top / bottom accordingly.