Show / Hide Table of Contents

Class RefreshLateJoinAllowedEvent

Event raised to refresh the late join status. If you want to disallow late joins, listen to this and call Disallow.

Inheritance
System.Object
RefreshLateJoinAllowedEvent
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class RefreshLateJoinAllowedEvent : object

Properties

| Improve this Doc View Source

DisallowLateJoin

Declaration
public bool DisallowLateJoin { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Disallow()

Declaration
public void Disallow()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾