Merge pull request #476 from stang-tgs/master

Allow caller to specify OverlayToStoreFlags when opening Store Overlay
This commit is contained in:
Garry Newman 2020-09-04 10:37:03 +01:00 committed by GitHub
commit ae70292e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ public static IEnumerable<Clan> GetClans()
/// <summary>
/// Activates the Steam Overlay to the Steam store page for the provided app.
/// </summary>
public static void OpenStoreOverlay( AppId id ) => Internal.ActivateGameOverlayToStore( id.Value, OverlayToStoreFlag.None );
public static void OpenStoreOverlay( AppId id, OverlayToStoreFlag overlayToStoreFlag = OverlayToStoreFlag.None ) => Internal.ActivateGameOverlayToStore( id.Value, overlayToStoreFlag );
/// <summary>
/// Activates Steam Overlay web browser directly to the specified URL.