Class GGInventorySearchStrategy extends Resource

Implements the search behavior for the [GGInventoryController].

The search strategy is invoked by the [GGInventoryController] to determine whether an item slot should be visible.

# Members

## Determines whether empty inventory slots should always be hidden.
var hide_empty_slots: bool = false

# Methods

## Returns whether the [param item] should be visible in the UI.
func matches(controller: GGInventoryControlleritem: GGItemData) -> bool