Class CPhysConstraint
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysConstraint : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
CPhysConstraint
- Implements
- Derived
- Inherited Members
Constructors
CPhysConstraint(nint)
public CPhysConstraint(nint pointer)
Parameters
pointer
nint
Properties
BreakSound
[SchemaMember("CPhysConstraint", "m_breakSound")]
public string BreakSound { get; set; }
Property Value
ForceLimit
[SchemaMember("CPhysConstraint", "m_forceLimit")]
public ref float ForceLimit { get; }
Property Value
MinTeleportDistance
[SchemaMember("CPhysConstraint", "m_minTeleportDistance")]
public ref float MinTeleportDistance { get; }
Property Value
NameAttach1
[SchemaMember("CPhysConstraint", "m_nameAttach1")]
public string NameAttach1 { get; set; }
Property Value
NameAttach2
[SchemaMember("CPhysConstraint", "m_nameAttach2")]
public string NameAttach2 { get; set; }
Property Value
OnBreak
[SchemaMember("CPhysConstraint", "m_OnBreak")]
public CEntityIOOutput OnBreak { get; }
Property Value
TeleportTick
[SchemaMember("CPhysConstraint", "m_teleportTick")]
public ref uint TeleportTick { get; }
Property Value
TorqueLimit
[SchemaMember("CPhysConstraint", "m_torqueLimit")]
public ref float TorqueLimit { get; }