Table of Contents

Class CPhysBallSocket

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

Constructors

CPhysBallSocket(nint)

public CPhysBallSocket(nint pointer)

Parameters

pointer nint

Properties

EnableSwingLimit

[SchemaMember("CPhysBallSocket", "m_bEnableSwingLimit")]
public ref bool EnableSwingLimit { get; }

Property Value

bool

EnableTwistLimit

[SchemaMember("CPhysBallSocket", "m_bEnableTwistLimit")]
public ref bool EnableTwistLimit { get; }

Property Value

bool

JointFriction

[SchemaMember("CPhysBallSocket", "m_flJointFriction")]
public ref float JointFriction { get; }

Property Value

float

MaxTwistAngle

[SchemaMember("CPhysBallSocket", "m_flMaxTwistAngle")]
public ref float MaxTwistAngle { get; }

Property Value

float

MinTwistAngle

[SchemaMember("CPhysBallSocket", "m_flMinTwistAngle")]
public ref float MinTwistAngle { get; }

Property Value

float

SwingLimit

[SchemaMember("CPhysBallSocket", "m_flSwingLimit")]
public ref float SwingLimit { get; }

Property Value

float