Table of Contents

Class CPathMover

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

Constructors

CPathMover(nint)

public CPathMover(nint pointer)

Parameters

pointer nint

Properties

Movers

[SchemaMember("CPathMover", "m_vecMovers")]
public NetworkedVector<CHandle<CFuncMover>> Movers { get; }

Property Value

NetworkedVector<CHandle<CFuncMover>>

PathNodes

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

Property Value

NetworkedVector<CHandle<CMoverPathNode>>

XInitialPathWorldToLocal

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

Property Value

CTransform