User Leave Data
Last updated

Support us as a GitHub Sponsor 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 GitHub Sponsors ... become a sponsor today!
using HeathenEngineering.SteamworksIntegration;public struct UserLeaveDataUsed in the GameConnectedChatLeaveEvent and related event handlers.
The chat room this data relates to
public ChatRoom room;The user this data relates to
public UserData user;Was the user kicked out
Was the connection dropped
Last updated
public bool kicked;public bool dropped;