getAccount

fun getAccount(id: SteamID): T

Get the User or Clan based on the SteamID. If the object does not exist, the given steamID will be added to the list and returned.

Return

the User or Clan object.

Parameters

id

The steam id.