Type String Revision 2017.3060 Keywords steam, steamworks, appId See also steamworks.*
Fetches the unique string ID assigned to the application by Steam.
This property will be nil
if a valid appId
was not set in config.lua
as documented here.
local steamworks = require( "plugin.steamworks" ) print( "Steam App ID: " .. tostring(steamworks.appId) )