Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 412 Bytes

utils.rst

File metadata and controls

24 lines (14 loc) · 412 Bytes

ISteamUtils

List of Functions

  • utils.getAppID

Function Reference

utils.getAppID ()

returns

(number) The AppID.

SteamWorks

GetAppID

Gets the App ID of the current process.

Example:

print("My app id is " .. Steam.utils.getAppID())