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 SourceDisallowLateJoin
Declaration
public bool DisallowLateJoin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDisallow()
Declaration
public void Disallow()