Table of Contents

Struct CEntityIndex

Namespace
CounterStrikeSharp.API.Modules.Utils
Assembly
CounterStrikeSharp.API.dll
public readonly record struct CEntityIndex : IEquatable<CEntityIndex>
Implements
Inherited Members

Constructors

CEntityIndex(uint)

public CEntityIndex(uint Value)

Parameters

Value uint

Properties

Value

public uint Value { get; init; }

Property Value

uint

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.