Table of Contents

Class CPathParticleRope

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

Constructors

CPathParticleRope(nint)

public CPathParticleRope(nint pointer)

Parameters

pointer nint

Properties

ColorTint

[SchemaMember("CPathParticleRope", "m_ColorTint")]
public Color ColorTint { get; set; }

Property Value

Color

EffectIndex

[SchemaMember("CPathParticleRope", "m_iEffectIndex")]
public CStrongHandle<InfoForResourceTypeIParticleSystemDefinition> EffectIndex { get; }

Property Value

CStrongHandle<InfoForResourceTypeIParticleSystemDefinition>

EffectName

[SchemaMember("CPathParticleRope", "m_iszEffectName")]
public string EffectName { get; set; }

Property Value

string

EffectState

[SchemaMember("CPathParticleRope", "m_nEffectState")]
public ref int EffectState { get; }

Property Value

int

MaxSimulationTime

[SchemaMember("CPathParticleRope", "m_flMaxSimulationTime")]
public ref float MaxSimulationTime { get; }

Property Value

float

ParticleSpacing

[SchemaMember("CPathParticleRope", "m_flParticleSpacing")]
public ref float ParticleSpacing { get; }

Property Value

float

PathNodes_Color

[SchemaMember("CPathParticleRope", "m_PathNodes_Color")]
public NetworkedVector<Vector> PathNodes_Color { get; }

Property Value

NetworkedVector<Vector>

PathNodes_Name

[SchemaMember("CPathParticleRope", "m_PathNodes_Name")]
public NetworkedVector<string> PathNodes_Name { get; }

Property Value

NetworkedVector<string>

PathNodes_PinEnabled

[SchemaMember("CPathParticleRope", "m_PathNodes_PinEnabled")]
public NetworkedVector<bool> PathNodes_PinEnabled { get; }

Property Value

NetworkedVector<bool>

PathNodes_Position

[SchemaMember("CPathParticleRope", "m_PathNodes_Position")]
public NetworkedVector<Vector> PathNodes_Position { get; }

Property Value

NetworkedVector<Vector>

PathNodes_RadiusScale

[SchemaMember("CPathParticleRope", "m_PathNodes_RadiusScale")]
public NetworkedVector<float> PathNodes_RadiusScale { get; }

Property Value

NetworkedVector<float>

PathNodes_TangentIn

[SchemaMember("CPathParticleRope", "m_PathNodes_TangentIn")]
public NetworkedVector<Vector> PathNodes_TangentIn { get; }

Property Value

NetworkedVector<Vector>

PathNodes_TangentOut

[SchemaMember("CPathParticleRope", "m_PathNodes_TangentOut")]
public NetworkedVector<Vector> PathNodes_TangentOut { get; }

Property Value

NetworkedVector<Vector>

Radius

[SchemaMember("CPathParticleRope", "m_flRadius")]
public ref float Radius { get; }

Property Value

float

Slack

[SchemaMember("CPathParticleRope", "m_flSlack")]
public ref float Slack { get; }

Property Value

float

StartActive

[SchemaMember("CPathParticleRope", "m_bStartActive")]
public ref bool StartActive { get; }

Property Value

bool