🚂Steam

Table to with Steam API functions

SetPersonaName(name: string): nil

Name
Type
Description

name

string

The name to set

Sets the player name, stores it on the server and publishes the changes to all friends who are online.


GetPersonaName(): string

Returns the local players name. This is the same name as on the users community profile page.


GetGameLanguage(): string

Returns the current game language.

Last updated