#
steam
Modifications & tools to the steam client.
#
Functions
steam.invite_friend(steamid64: string)
- Sends a game invite to the specified SteamID64.
steam.set_name(name: string)
- Allows you to set your steam name to a specified one.
steam.get_name(): string
- Gets the current steam name of your account
steam.get_id64(): string
- Gets the SteamID64 of your account
steam.get_id3(): string
- Gets the SteamID3 of your account
steam.get_id(): string
- Gets the SteamID of your account
steam.award_achievement(achievement_id: number)
- Awards the specified achievement id.
secret.steam.award_achievement(10) -- unlock the garry achievement, you can also spam this.
steam.set_presence(type?: string, value?: string)
- Changes the game activity on your profile.
- Not inputing anything into
type
clears all presence.
-- Generic allows you to modify things freely without localizations
-- use https://steamcommunity.com/dev/testrichpresence to test it out!
steam.set_presence("steam_display", "#Status_Generic")
steam.set_presence("status", "daz is cool")
steam.set_presence("generic", "daz is cool")
steam.set_presence("connect", "+connect 0.0.0.0:10000")