File Callback_plugin_RangeCheck.lua
Functions
RangeCheckFilterAddIcon (event, clearOld, ...) | Add icons to the raid mark filter. |
RangeCheckFilterAddName (event, clearOld, ...) | Add names tot he name filter |
RangeCheckFilterClasses (event, turnOn) | Toggle class filter. |
RangeCheckFilterClear (event) | Clear the current filtering settings. |
RangeCheckFilterIcons (event, turnOn) | Toggle the raid icon filter. |
RangeCheckFilterNames (event, turnOn) | Toggle name filter. |
RangeCheckFilterRemoveName (event, ...) | Remove names from the name filter. |
RangeCheckHide (event, forced) | Hide the range check window |
RangeCheckShow (event, show, range, force) | Shows the range check window |
Functions
Parameters in red are optional.- RangeCheckFilterAddIcon (event, clearOld, ...)
-
Add icons to the raid mark filter.
Parameters:
- clearOld (boolean): If true the the old raid mark filter will be cleared.
- ... (strings|numbers): Icons to be added to the filter, if passed strings they should be the upercase names (STAR, MOON...), else the number representing the mark.
- RangeCheckFilterAddName (event, clearOld, ...)
-
Add names tot he name filter
Parameters:
- clearOld (boolean): If true then the old name filter will be cleared.
- ... (strings): Names that should be added tot he filter.
- RangeCheckFilterClasses (event, turnOn)
-
Toggle class filter.
Parameters:
- turnOn (boolean): True to turn the filter on, false to turn off.
- RangeCheckFilterClear (event)
-
Clear the current filtering settings. Note that the filter will not be cleared if the lock is set to true.
Parameters:
- RangeCheckFilterIcons (event, turnOn)
-
Toggle the raid icon filter.
Parameters:
- turnOn (boolean): True to turn the filter on, false to turn off.
- RangeCheckFilterNames (event, turnOn)
-
Toggle name filter.
Parameters:
- turnOn (boolean): True to turn the filter on, false to turn off.
- RangeCheckFilterRemoveName (event, ...)
-
Remove names from the name filter.
Parameters:
- ... (strings): Names that should be removed.
- RangeCheckHide (event, forced)
-
Hide the range check window
Parameters:
- forced (boolean): If true then the lock or no autohide options will be overridden, mainly used for slash command.
- RangeCheckShow (event, show, range, force)
-
Shows the range check window
Parameters:
- show (boolean): If true the window will fade in, else fade out (if auto hide lock is not enabled)
- range (number): The range the range check should be set to when shown, if not supplied the last used value will be used.
- force (boolean): Will override the locked state of the range check, mainly used for slash command since that is then set manual and should not be prevented by the lock.