Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Leave Data

Like what you're seeing?

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

Dropped

Was the connection dropped

Last updated