Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESteamChatMemberStateChange (SteamBridge/Public/SteamEnums.h) enum value incorrect #7

Open
slango0513 opened this issue Jan 26, 2021 · 1 comment

Comments

@slango0513
Copy link

According to the doc https://partner.steamgames.com/doc/api/ISteamMatchmaking#EChatMemberStateChange, this enum should be:

`
//include Steamv147/sdk/public/steam/isteammatchmaking.h

UENUM(BlueprintType, meta = (Bitflags))
enum class ESteamChatMemberStateChange : uint8
{
None = 0,
Entered = EChatMemberStateChange::k_EChatMemberStateChangeEntered UMETA(DisplayName = "Entered"),
Left = EChatMemberStateChange::k_EChatMemberStateChangeLeft UMETA(DisplayName = "Left"),
Disconnected = EChatMemberStateChange::k_EChatMemberStateChangeDisconnected UMETA(DisplayName = "Disconnected"),
Kicked = EChatMemberStateChange::k_EChatMemberStateChangeKicked UMETA(DisplayName = "Kicked"),
Banned = EChatMemberStateChange::k_EChatMemberStateChangeBanned UMETA(DisplayName = "Banned"),
};

ENUM_CLASS_FLAGS(ESteamChatMemberStateChange)
`

@slango0513
Copy link
Author

Also incorrect are:

ESteamRemoteStoragePlatform
https://partner.steamgames.com/doc/api/ISteamRemoteStorage#ERemoteStoragePlatform

ESteamUserRestrictions // AnyChat = EUserRestriction::k_nUserRestrictionAnyChat
https://partner.steamgames.com/doc/api/ISteamFriends#EUserRestriction

trdwll added a commit that referenced this issue Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant