swiftlys2/docs/api/ai/
API Reference Events

IOnConVarCreated

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public interface IOnConVarCreated

Called when a ConVar is created.

View source

Properties

ConVarName

The name of the ConVar that was created.

string ConVarName { get; }
Property Value