IOnConCommandCreated
Interface IOnConCommandCreated
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when a ConVar is created.
public interface IOnConCommandCreatedProperties
CommandName
The name of the ConVar that was created.
string CommandName { get; }Property Value