Class CPointOrient
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointOrient : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPointOrient
- 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
Constraint
[SchemaMember("CPointOrient", "m_nConstraint")]
public ref PointOrientConstraint_t Constraint { get; }
Property Value
GoalDirection
[SchemaMember("CPointOrient", "m_nGoalDirection")]
public ref PointOrientGoalDirectionType_t GoalDirection { get; }
Property Value
LastGameTime
[SchemaMember("CPointOrient", "m_flLastGameTime")]
public ref float LastGameTime { get; }
Property Value
MaxTurnRate
[SchemaMember("CPointOrient", "m_flMaxTurnRate")]
public ref float MaxTurnRate { get; }
Property Value
SpawnTargetName
[SchemaMember("CPointOrient", "m_iszSpawnTargetName")]
public string SpawnTargetName { get; set; }
Property Value
Target
[SchemaMember("CPointOrient", "m_hTarget")]
public CHandle<CBaseEntity> Target { get; }