Table of Contents

Class CPhysPulley

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

Constructors

CPhysPulley(nint)

public CPhysPulley(nint pointer)

Parameters

pointer nint

Properties

AddLength

[SchemaMember("CPhysPulley", "m_addLength")]
public ref float AddLength { get; }

Property Value

float

GearRatio

[SchemaMember("CPhysPulley", "m_gearRatio")]
public ref float GearRatio { get; }

Property Value

float

Offset

[SchemaMember("CPhysPulley", "m_offset")]
public Span<Vector> Offset { get; }

Property Value

Span<Vector>

Position2

[SchemaMember("CPhysPulley", "m_position2")]
public Vector Position2 { get; }

Property Value

Vector