SteamOverlayAPI

Functions

OpenToProfileID

SteamOverlayAPI.OpenToProfileID(profileID: string): void

Opens the steam overlay to the given user/group profile by their steam ID. profileID is the 64bit int steam ID in a string.

Parameter

Name Type Description
profileID string No description provided.

OpenURL

SteamOverlayAPI.OpenURL(url: string): void

Opens the steam overlay browser at the given URL

Parameter

Name Type Description
url string No description provided.

OpenURLModal

SteamOverlayAPI.OpenURLModal(url: string): void

Opens the steam overlay browser at the given URL in a modal window (no other windows in overlay, and overlay closes when window closes)

Parameter

Name Type Description
url string No description provided.