Available Commands
Raid Consumable Checker provides three slash commands that all perform the same function: toggling the main addon window.Primary Command
Primary slash command to toggle the RCC window.Usage:Behavior:
- Opens the main window if it’s currently hidden
- Closes the main window if it’s currently visible
- No arguments or parameters supported
Alternative Commands
Secondary slash command, identical functionality to
/rcc.Usage:Tertiary slash command, identical functionality to
/rcc.Usage:Implementation Details
Command Registration
All three commands are registered inRaidConsumableChecker_Core.lua:320-328:
Window Toggle Logic
TheToggleWindow() function in RaidConsumableChecker_Core.lua:297-303:
Constants Reference
The slash command strings are defined inRaidConsumableChecker_Constants.lua:87-91:
The primary slash command
The secondary slash command
The tertiary slash command
Common Usage
When to Use
- Before Raids: Check your consumable inventory before entering a raid instance
- During Preparation: Verify buff status while preparing for boss encounters
- Quick Reference: Toggle on/off quickly without closing other windows
Keyboard Macros
You can create a macro to combine RCC with other raid preparation tasks:The slash commands do not accept any parameters or arguments. All configuration must be done through the Config UI accessible from the main window.