overwolf.logitech.getVersion
Overwolf APIs / overwolf / overwolf / logitech / getVersion
function getVersion(callback: CallbackFunction<GetVersionResult>): void;
Gets the current version of the LGS.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetVersionResult> | Called with the version of LGS currently installed. |
Returns
void