Page cover image

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

public bool kicked;

Dropped

Was the connection dropped

public bool dropped;

Last updated