Table of Contents

Class CRagdollConstraint

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

Constructors

CRagdollConstraint(nint)

public CRagdollConstraint(nint pointer)

Parameters

pointer nint

Properties

Xfriction

[SchemaMember("CRagdollConstraint", "m_xfriction")]
public ref float Xfriction { get; }

Property Value

float

Xmax

[SchemaMember("CRagdollConstraint", "m_xmax")]
public ref float Xmax { get; }

Property Value

float

Xmin

[SchemaMember("CRagdollConstraint", "m_xmin")]
public ref float Xmin { get; }

Property Value

float

Yfriction

[SchemaMember("CRagdollConstraint", "m_yfriction")]
public ref float Yfriction { get; }

Property Value

float

Ymax

[SchemaMember("CRagdollConstraint", "m_ymax")]
public ref float Ymax { get; }

Property Value

float

Ymin

[SchemaMember("CRagdollConstraint", "m_ymin")]
public ref float Ymin { get; }

Property Value

float

Zfriction

[SchemaMember("CRagdollConstraint", "m_zfriction")]
public ref float Zfriction { get; }

Property Value

float

Zmax

[SchemaMember("CRagdollConstraint", "m_zmax")]
public ref float Zmax { get; }

Property Value

float

Zmin

[SchemaMember("CRagdollConstraint", "m_zmin")]
public ref float Zmin { get; }

Property Value

float