API/Callbacks/plugins/Range Check

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.

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.



Comments

Posts Quoted:
Reply
Clear All Quotes