overwolf.utils.getSystemInformation
Overwolf APIs / overwolf / overwolf / utils / getSystemInformation
function getSystemInformation(
callback: (result: GetSystemInformationResult) => void,
): void;
Returns system information which includes information about CPU, Monitors, GPU, HDD, RAM and more.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | (result: GetSystemInformationResult) => void | Called with the system information. |
Returns
void