Files
wow-wotlk-declarations/declarations/classes/C_CovenantCallings.d.ts

19 lines
451 B
TypeScript

declare namespace C_CovenantCallings {
/**
* Needs summary.
* @returns unlocked
* @see https://wow.gamepedia.com/API_C_CovenantCallings.AreCallingsUnlocked
* @since 9.0.1 (2020-10-13)
*/
function AreCallingsUnlocked(): boolean;
/**
* Needs summary
* @see https://wow.gamepedia.com/API_C_CovenantCallings.RequestCallings
* @since 9.0.1 (2020-10-13)
*/
function RequestCallings(): void;
}