-
Notifications
You must be signed in to change notification settings - Fork 103
User
Smiley Barry edited this page Sep 7, 2013
·
6 revisions
A section of the module dedicated to user-related objects, like SteamUser and SteamGroup.
Initialise a new SteamUser object, associated with a user by their 64-bit Steam userid or their userurl ending (steamcommunity.com/id/userurl
). Either of the two needs to be specified, but not both. If a URL ending is specifying, it will be resolved immediately.
The 64-bit Steam ID associated with this object.
name
(lazy, cached permanently)
The user's public name, also known as "personaname" in API documentation. Lazily-retrieved from the web API, unless this user was obtain through another user's friends
property.