Table of Contents

Class CPointOrient

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPointOrient : CBaseEntity, IEquatable<CEntityInstance>
Inheritance
object
CPointOrient
Implements
Inherited Members

Constructors

CPointOrient(nint)

public CPointOrient(nint pointer)

Parameters

pointer nint

Properties

Active

[SchemaMember("CPointOrient", "m_bActive")]
public ref bool Active { get; }

Property Value

bool

Constraint

[SchemaMember("CPointOrient", "m_nConstraint")]
public ref PointOrientConstraint_t Constraint { get; }

Property Value

PointOrientConstraint_t

GoalDirection

[SchemaMember("CPointOrient", "m_nGoalDirection")]
public ref PointOrientGoalDirectionType_t GoalDirection { get; }

Property Value

PointOrientGoalDirectionType_t

LastGameTime

[SchemaMember("CPointOrient", "m_flLastGameTime")]
public ref float LastGameTime { get; }

Property Value

float

MaxTurnRate

[SchemaMember("CPointOrient", "m_flMaxTurnRate")]
public ref float MaxTurnRate { get; }

Property Value

float

SpawnTargetName

[SchemaMember("CPointOrient", "m_iszSpawnTargetName")]
public string SpawnTargetName { get; set; }

Property Value

string

Target

[SchemaMember("CPointOrient", "m_hTarget")]
public CHandle<CBaseEntity> Target { get; }

Property Value

CHandle<CBaseEntity>