steam_get_app_id

Returns the Steam App ID for your game.

Syntax:

steam_get_app_id();


Returns: Real


Description

This function is used retrieve the unique app ID that Steam assigns for your game, which is required for using some of the User Generated Content functions.


Example:

global.app_id = steam_get_app_id();

The above code gets the unique app ID for your game on Steam and stores it in a global variable.


Back: Steam API
Next: steam_get_user_account_id
© Copyright YoYo Games Ltd. 2018 All Rights Reserved