Table of Contents

Class CLogicNPCCounterAABB

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CLogicNPCCounterAABB : CLogicNPCCounter, IEquatable<CEntityInstance>
Inheritance
CLogicNPCCounterAABB
Implements
Derived
Inherited Members

Constructors

CLogicNPCCounterAABB(nint)

public CLogicNPCCounterAABB(nint pointer)

Parameters

pointer nint

Properties

DistanceOuterMaxs

[SchemaMember("CLogicNPCCounterAABB", "m_vDistanceOuterMaxs")]
public Vector DistanceOuterMaxs { get; }

Property Value

Vector

DistanceOuterMins

[SchemaMember("CLogicNPCCounterAABB", "m_vDistanceOuterMins")]
public Vector DistanceOuterMins { get; }

Property Value

Vector

OuterMaxs

[SchemaMember("CLogicNPCCounterAABB", "m_vOuterMaxs")]
public Vector OuterMaxs { get; }

Property Value

Vector

OuterMins

[SchemaMember("CLogicNPCCounterAABB", "m_vOuterMins")]
public Vector OuterMins { get; }

Property Value

Vector