Type Boolean Revision 2017.3060 Keywords steam, steamworks, canShowOverlay See also steamworks.showGameOverlay() steamworks.showStoreOverlay() steamworks.showUserOverlay() steamworks.showWebOverlay()
This will be true
if Steam overlays can be shown on top of the app. This means that Steam popup notifications can be shown and screen overlays can be shown via this plugin's APIs or by the user pressing the default
This property will be false
in the following cases:
appId
was not set in config.lua
as documented here.false
, indicating that the application is not currently connected to the Steam client.local steamworks = require( "plugin.steamworks" ) print( "Can Show Steam Overlay: " .. tostring(steamworks.canShowOverlay) )