Table of Contents

Class CPhysForce

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPhysForce : CPointEntity, IEquatable<CEntityInstance>
Inheritance
CPhysForce
Implements
Derived
Inherited Members

Constructors

CPhysForce(nint)

public CPhysForce(nint pointer)

Parameters

pointer nint

Properties

AttachedObject

[SchemaMember("CPhysForce", "m_attachedObject")]
public CHandle<CBaseEntity> AttachedObject { get; }

Property Value

CHandle<CBaseEntity>

Force

[SchemaMember("CPhysForce", "m_force")]
public ref float Force { get; }

Property Value

float

ForceTime

[SchemaMember("CPhysForce", "m_forceTime")]
public ref float ForceTime { get; }

Property Value

float

Integrator

[SchemaMember("CPhysForce", "m_integrator")]
public CConstantForceController Integrator { get; }

Property Value

CConstantForceController

NameAttach

[SchemaMember("CPhysForce", "m_nameAttach")]
public string NameAttach { get; set; }

Property Value

string

WasRestored

[SchemaMember("CPhysForce", "m_wasRestored")]
public ref bool WasRestored { get; }

Property Value

bool