Class BaseEntity
- Namespace
- CounterStrikeSharp.API.Modules.Entities
- Assembly
- CounterStrikeSharp.API.dll
public class BaseEntity : NativeObject
- Inheritance
-
objectBaseEntity
- Derived
- Inherited Members
Constructors
BaseEntity(int, nint)
public BaseEntity(int index, nint handle)
Parameters
Properties
Index
public int Index { get; init; }
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.