overwolf.profile.getCurrentUser
Overwolf APIs / overwolf / overwolf / profile / getCurrentUser
function getCurrentUser(callback: CallbackFunction<GetCurrentUserResult>): void;
Calls the given callback with the currently logged-in Overwolf user.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetCurrentUserResult> | A function called with the current user, or an error. |
Returns
void