Table of Contents

Class ValveInterface

Namespace
CounterStrikeSharp.API.Modules.Memory
Assembly
CounterStrikeSharp.API.dll
public record ValveInterface : IEquatable<ValveInterface>
Inheritance
ValveInterface
Implements

Properties

CVars

public static ValveInterface CVars { get; }

Property Value

ValveInterface

Engine

public static ValveInterface Engine { get; }

Property Value

ValveInterface

GameEventSystem

public static ValveInterface GameEventSystem { get; }

Property Value

ValveInterface

Name

public string Name { get; }

Property Value

string

NetworkServerService

public static ValveInterface NetworkServerService { get; }

Property Value

ValveInterface

Pointer

public nint Pointer { get; }

Property Value

nint

Server

public static ValveInterface Server { get; }

Property Value

ValveInterface

ServerGameClients

public static ValveInterface ServerGameClients { get; }

Property Value

ValveInterface

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.