Class CEntityIdentity
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CEntityIdentity : NativeObject
- Inheritance
-
object
CEntityIdentity
- Inherited Members
-
Constructors
CEntityIdentity(nint)
public CEntityIdentity(nint pointer)
Parameters
pointer
nint
Properties
DataObjectTypes
[SchemaMember("CEntityIdentity", "m_fDataObjectTypes")]
public ref uint DataObjectTypes { get; }
Property Value
- uint
DesignerName
[SchemaMember("CEntityIdentity", "m_designerName")]
public string DesignerName { get; set; }
Property Value
- string
EntityHandle
public CHandle<CEntityInstance> EntityHandle { get; }
Property Value
- CHandle<CEntityInstance>
EntityInstance
public CEntityInstance EntityInstance { get; }
Property Value
- CEntityInstance
Flags
[SchemaMember("CEntityIdentity", "m_flags")]
public ref uint Flags { get; }
Property Value
- uint
Name
[SchemaMember("CEntityIdentity", "m_name")]
public string Name { get; set; }
Property Value
- string
NameStringableIndex
[SchemaMember("CEntityIdentity", "m_nameStringableIndex")]
public ref int NameStringableIndex { get; }
Property Value
- int
Next
[SchemaMember("CEntityIdentity", "m_pNext")]
public CEntityIdentity? Next { get; }
Property Value
- CEntityIdentity
NextByClass
[SchemaMember("CEntityIdentity", "m_pNextByClass")]
public CEntityIdentity? NextByClass { get; }
Property Value
- CEntityIdentity
PathIndex
[SchemaMember("CEntityIdentity", "m_PathIndex")]
public ChangeAccessorFieldPathIndex_t PathIndex { get; }
Property Value
- ChangeAccessorFieldPathIndex_t
Prev
[SchemaMember("CEntityIdentity", "m_pPrev")]
public CEntityIdentity? Prev { get; }
Property Value
- CEntityIdentity
PrevByClass
[SchemaMember("CEntityIdentity", "m_pPrevByClass")]
public CEntityIdentity? PrevByClass { get; }
Property Value
- CEntityIdentity
WorldGroupId
[SchemaMember("CEntityIdentity", "m_worldGroupId")]
public WorldGroupId_t WorldGroupId { get; }
Property Value
- WorldGroupId_t