mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-28 06:28:08 +03:00
Allow caller to specify OverlayToStoreFlags when opening Store Overlay - fix
This commit is contained in:
parent
d373077c9a
commit
44af74e892
@ -195,7 +195,7 @@ namespace Steamworks
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Activates the Steam Overlay to the Steam store page for the provided app.
|
/// Activates the Steam Overlay to the Steam store page for the provided app.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void OpenStoreOverlay( AppId id, OverlayToStoreFlag overlayToStoreFlag = OverlayToStoreFlag.None ) => Internal.ActivateGameOverlayToStore( id.Value, OverlayToStoreFlag.None );
|
public static void OpenStoreOverlay( AppId id, OverlayToStoreFlag overlayToStoreFlag = OverlayToStoreFlag.None ) => Internal.ActivateGameOverlayToStore( id.Value, overlayToStoreFlag );
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Activates Steam Overlay web browser directly to the specified URL.
|
/// Activates Steam Overlay web browser directly to the specified URL.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user