overwolf.settings.getFpsSettings
Overwolf APIs / overwolf / overwolf / settings / getFpsSettings
function getFpsSettings(callback: CallbackFunction<GetFpsSettingsResult>): void;
Gets the status of the FPS control (on/off), its position, its offset (in pixels) and its scale [0, 1].
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetFpsSettingsResult> | - |
Returns
void