overwolf.extensions.getInfo
Overwolf APIs / overwolf / overwolf / extensions / getInfo
function getInfo(id: string, callback: CallbackFunction<GetInfoResult>): void;
Gets an extension's info string.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The id of the extension to get info for. |
callback | CallbackFunction<GetInfoResult> | Called with the info. |
Returns
void