Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2016 Changes in this version + type ChatInstanceFlag uint64 + const Clan + const Lobby + const MMSLobby + type SteamId uint64 + func NewId(id string) (SteamId, error) + func NewIdAdv(accountId, instance uint32, universe int32, accountType int32) SteamId + func (s SteamId) ChatToClan() SteamId + func (s SteamId) ClanToChat() SteamId + func (s SteamId) GetAccountId() uint32 + func (s SteamId) GetAccountInstance() uint32 + func (s SteamId) GetAccountType() int32 + func (s SteamId) GetAccountUniverse() int32 + func (s SteamId) SetAccountId(id uint32) SteamId + func (s SteamId) SetAccountInstance(value uint32) SteamId + func (s SteamId) SetAccountType(t int32) SteamId + func (s SteamId) SetAccountUniverse(universe int32) SteamId + func (s SteamId) String() string + func (s SteamId) ToString() string + func (s SteamId) ToUint64() uint64