ChatEntryType
Swift
public enum ChatEntryType: CUnsignedInt, Sendable
Steamworks EChatEntryType
Topics
case invalid
case invalid
Steamworks k_EChatEntryTypeInvalid
Declaration
Swift
case invalid = 0
case chatMsg
case chatMsg
Steamworks k_EChatEntryTypeChatMsg
Declaration
Swift
case chatMsg = 1
case typing
case typing
Steamworks k_EChatEntryTypeTyping
Declaration
Swift
case typing = 2
case inviteGame
case inviteGame
Steamworks k_EChatEntryTypeInviteGame
Declaration
Swift
case inviteGame = 3
case emote
case emote
Steamworks k_EChatEntryTypeEmote
Declaration
Swift
case emote = 4
case leftConversation
case leftConversation
Steamworks k_EChatEntryTypeLeftConversation
Declaration
Swift
case leftConversation = 6
case entered
case entered
Steamworks k_EChatEntryTypeEntered
Declaration
Swift
case entered = 7
case wasKicked
case wasKicked
Steamworks k_EChatEntryTypeWasKicked
Declaration
Swift
case wasKicked = 8
case wasBanned
case wasBanned
Steamworks k_EChatEntryTypeWasBanned
Declaration
Swift
case wasBanned = 9
case disconnected
case disconnected
Steamworks k_EChatEntryTypeDisconnected
Declaration
Swift
case disconnected = 10
case historicalChat
case historicalChat
Steamworks k_EChatEntryTypeHistoricalChat
Declaration
Swift
case historicalChat = 11
case linkBlocked
case linkBlocked
Steamworks k_EChatEntryTypeLinkBlocked
Declaration
Swift
case linkBlocked = 14
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 15