overwolf.extensions.launch
Overwolf APIs / overwolf / overwolf / extensions / launch
function launch(uid: string, parameter?: any): void;
Launch an extension by its unique id.
Parameters
| Parameter | Type | Description |
|---|---|---|
uid | string | The extension unique id. |
parameter? | any | A parameter to pass to the extension. The extension may or may not use this parameter. |
Returns
void