Files

8 lines
243 B
TypeScript

/**
* Indicates whether the player is in a raid group
* @returns true if the player is currently in a raid group false otherwise
* @see https://wow.gamepedia.com/API_IsInRaid
* @since 5.0.4
*/
declare function IsInRaid(): boolean;