Clan Data
Representing a Steam Clan aka Steam Group
Last updated
Representing a Steam Clan aka Steam Group
Last updated
Support us as a and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our ... become a sponsor today!
The clan structure is used by most of the features of the API.Clans interface. Its returned by GetClans and similar methods and is an input for most methods.
The Clan structure is interchangable with CSteamID and ulong
Valve did a big update to Group chat and Friend chat and in so doing broke a very cool feature in "Clan Chat". You can still use Clan Chat but it is not the same chat that you see in the Steam client. there is at current no way to use the Steam client Friend chat features in the Steam API. If you use Clan Chat it will only work for users that join and chat through the Steam API not the user's who are using the Steam Client's Friend Chat feature. Note you can and probably should forgo using Clan chat in game and instead simply open the overlay to the friend chat when needed. We keep this present as in some cases it can be used as a "game" global chat, by joining the player to the game's offical "clan" aka "group" and showing that in game. Just remimber this will only be relevant for the players currently in game and is not the same as the chat seen in the Steam Client / Overlay
The Steam API native CSteamID value for this
This indicates rather or not the underlying CSteamID is of the proper Universe and Type it does not indicate that it is a valid entry. E.g. this tells you if the data is of the right shape ... not that it equates to a valid entry in Steam client.
Returns the loaded texture if any,
Returns the display name of this clan localized to the local user if available.
Returns the clan tag for this clan
Returns the Steam user that owns this clan
Returns a collection of the officers of this clan if visible to the user.
As much as Steam API is able to do so this will produce a collection of the user's in the chat.
True if this clan is a game's official group / clan as opposed to being a user's clan / group. Note every game has an official "group" this is represented on Steam's backend as a "Clan" and includes chats, forums and other social network features.
Is this clan a public clan or a private clan
Is the local user the owner of this clan
Is the local user an officer of this clan, note this iterates the officers, its generally better to do this your self such as
A set of static method for fetching the ClanData object based on various forms of the ID or to get a list of all clans the user is a member of
The JoinChat method will attempt to join the user to clan's chat room. The resulting callback will return a ClanChatRoom object indicating the state, providing access to the chat and being of use in other chat related methods.
Loads the icon if not already loaded, returns the icon once loaded
The account ID segment of the full CSteamID, to understand more read .
The underlying uint value of the AccountID_t segment of the CSteamID, to understand more read .
Returns the number of members in the chat, note for large chats Steam may not be able to fully iterate the members so for big clans consider this a