api/modules/aura/FilterEditor
PitBull4_Aura:SetFilterOptions(filter, options)
Sets the filter editor to display options for the filter Useful to filter types that want to alter their options
Parameters
- filter
- the name of the filter
- options
- the table to fill the values into
Return value
nil
Usage
PitBull4_Aura:SetFilterOptions("myfilter", CURRENT_FILTER_OPTIONS)
Comments