Class ValveInterface
- Namespace
- CounterStrikeSharp.API.Modules.Memory
- Assembly
- CounterStrikeSharp.API.dll
public record ValveInterface : IEquatable<ValveInterface>
- Inheritance
-
objectValveInterface
- Implements
Properties
CVars
public static ValveInterface CVars { get; }
Property Value
Engine
public static ValveInterface Engine { get; }
Property Value
GameEventSystem
public static ValveInterface GameEventSystem { get; }
Property Value
Name
public string Name { get; }
Property Value
NetworkServerService
public static ValveInterface NetworkServerService { get; }
Property Value
Pointer
public nint Pointer { get; }
Property Value
Server
public static ValveInterface Server { get; }
Property Value
ServerGameClients
public static ValveInterface ServerGameClients { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.