Table of Contents

Class EntitySpottedState_t

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class EntitySpottedState_t : NativeObject
Inheritance
EntitySpottedState_t
Inherited Members

Constructors

EntitySpottedState_t(nint)

public EntitySpottedState_t(nint pointer)

Parameters

pointer nint

Properties

Spotted

[SchemaMember("EntitySpottedState_t", "m_bSpotted")]
public ref bool Spotted { get; }

Property Value

bool

SpottedByMask

[SchemaMember("EntitySpottedState_t", "m_bSpottedByMask")]
public Span<uint> SpottedByMask { get; }

Property Value

Span<uint>