Page cover image

User Leave Data

Like what you're seeing?

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!

Introduction

using HeathenEngineering.SteamworksIntegration;
public struct UserLeaveData

Used in the GameConnectedChatLeaveEvent and related event handlers.

Fields and Attributes

Room

The chat room this data relates to

public ChatRoom room;

User

The user this data relates to

public UserData user;

Kicked

Was the user kicked out

public bool kicked;

Dropped

Was the connection dropped

public bool dropped;

Last updated