SwiftlyS2

IOnConCommandCreated

Interface IOnConCommandCreated

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a ConVar is created.

public interface IOnConCommandCreated

Properties

CommandName

The name of the ConVar that was created.

string CommandName { get; }
Property Value

On this page