Table of Contents

Class BaseEntity

Namespace
CounterStrikeSharp.API.Modules.Entities
Assembly
CounterStrikeSharp.API.dll
public class BaseEntity : NativeObject
Inheritance
BaseEntity
Derived
Inherited Members

Constructors

BaseEntity(int, nint)

public BaseEntity(int index, nint handle)

Parameters

index int
handle nint

Properties

Index

public int Index { get; init; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.