Documentation ¶
Index ¶
- type ChatInstanceFlag
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatInstanceFlag ¶
type ChatInstanceFlag uint64
const ( Clan ChatInstanceFlag = 0x100000 >> 1 Lobby ChatInstanceFlag = 0x100000 >> 2 MMSLobby ChatInstanceFlag = 0x100000 >> 3 )
type SteamId ¶
type SteamId uint64
func (SteamId) ChatToClan ¶
used to fix the Chat SteamId to a Clan SteamId
func (SteamId) ClanToChat ¶
used to fix the Clan SteamId to a Chat SteamId
func (SteamId) GetAccountId ¶
func (SteamId) GetAccountInstance ¶
func (SteamId) GetAccountType ¶
func (SteamId) GetAccountUniverse ¶
func (SteamId) SetAccountId ¶
func (SteamId) SetAccountInstance ¶
func (SteamId) SetAccountType ¶
func (SteamId) SetAccountUniverse ¶
Click to show internal directories.
Click to hide internal directories.