swiftlys2/docs/api/ai/
API Reference Events

IOnConCommandCreated

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

Called when a ConVar is created.

View source

Properties

CommandName

The name of the ConVar that was created.

string CommandName { get; }
Property Value