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