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

Function Reference

.. function:: utils.getAppID ()

    :returns: (`number`) The AppID.
    :SteamWorks: `GetAppID <https://partner.steamgames.com/doc/api/ISteamUtils#GetAppID>`_

        Gets the App ID of the current process.

Example:

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