Table of Contents

Class CPhysicsEntitySolver

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPhysicsEntitySolver : CLogicalEntity, IEquatable<CEntityInstance>
Inheritance
CPhysicsEntitySolver
Implements
Inherited Members

Constructors

CPhysicsEntitySolver(nint)

public CPhysicsEntitySolver(nint pointer)

Parameters

pointer nint

Properties

CancelTime

[SchemaMember("CPhysicsEntitySolver", "m_cancelTime")]
public ref float CancelTime { get; }

Property Value

float

MovingEntity

[SchemaMember("CPhysicsEntitySolver", "m_hMovingEntity")]
public CHandle<CBaseEntity> MovingEntity { get; }

Property Value

CHandle<CBaseEntity>

PhysicsBlocker

[SchemaMember("CPhysicsEntitySolver", "m_hPhysicsBlocker")]
public CHandle<CBaseEntity> PhysicsBlocker { get; }

Property Value

CHandle<CBaseEntity>

SeparationDuration

[SchemaMember("CPhysicsEntitySolver", "m_separationDuration")]
public ref float SeparationDuration { get; }

Property Value

float