Heathen KB
GitHub Sponsor
Home Page
Asset Store
Search…
General
Introduction
Heathen Group
General Guides
Asset Developers
Lore
Introduction
Ireland
Assets
Licensing
Art Assets
Blockchain Game SDK
PhysKit
Steamworks
Installation
Learning
API
Components
Objects
Achievement Object
Authentication Session
Authentication Ticket
Avg Rate Stat
Chat Room
Clan
Clan Chat Msg
Currency
Data Model
DLC Data
Downloadable Content Object
Favorite Game
Float Stat
Input Action
Input Action Data
Input Action Set
Input Action Set Layer
Int Stat
Inventory Result
Item Detail
Item Definition
Leaderboard Entry
Leaderboard Object
Lobby
Lobby Chat Msg
Lobby Game Server
Lobby Member
Party Beacon Details
Rank Change
Remote Storage File
Steam Settings
UGC Query
UGC Community Item
User Data
User Leave Data
User Lobby Leave Data
Workshop Item Data
Workshop Item Data Create Status
Workshop Item Key Value Tag
Workshop Item Preview File
Enums
uGUI Tools
System Core
User eXperience [UX]
Services
Introduction
Consulting & Contracting
Publishing
Powered By
GitBook
Clan Chat Msg
Definition
1
public
struct
ClanChtMsg
Copied!
Represents a chat message from the
Clans
interface
Fields and Attributes
room
1
public
ChatRoom
room
;
Copied!
The room this message relates to
type
1
public
EChatEntryType
type
;
Copied!
The type of chat entry this is
message
1
public
string
message
;
Copied!
The message body
user
1
public
UserData
user
;
Copied!
The user this message came from
Previous
Clan
Next
Currency
Last modified
3mo ago
Copy link
Contents
Definition
Fields and Attributes
room
type
message
user