Table of Contents

Class CPathWithDynamicNodes

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

Constructors

CPathWithDynamicNodes(nint)

public CPathWithDynamicNodes(nint pointer)

Parameters

pointer nint

Properties

PathNodes

[SchemaMember("CPathWithDynamicNodes", "m_vecPathNodes")]
public NetworkedVector<CHandle<CPathNode>> PathNodes { get; }

Property Value

NetworkedVector<CHandle<CPathNode>>

XInitialPathWorldToLocal

[SchemaMember("CPathWithDynamicNodes", "m_xInitialPathWorldToLocal")]
public CTransform XInitialPathWorldToLocal { get; }

Property Value

CTransform