mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
8 lines
243 B
TypeScript
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;
|