Class CPathMover
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPathMover : CPathSimple, IEquatable<CEntityInstance>
- Inheritance
-
objectCPathMover
- 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
PathNodes
[SchemaMember("CPathMover", "m_vecPathNodes")]
public NetworkedVector<CHandle<CMoverPathNode>> PathNodes { get; }
Property Value
XInitialPathWorldToLocal
[SchemaMember("CPathMover", "m_xInitialPathWorldToLocal")]
public CTransform XInitialPathWorldToLocal { get; }