SwiftlyS2

IOnConVarCreated

Interface IOnConVarCreated

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a ConVar is created.

public interface IOnConVarCreated

Properties

ConVarName

The name of the ConVar that was created.

string ConVarName { get; }
Property Value

On this page