Class CPathMover
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPathMover : CPathWithDynamicNodes, IEquatable<CEntityInstance>
- Inheritance
-
objectCPathMover
- Implements
- Inherited Members
Constructors
CPathMover(nint)
public CPathMover(nint pointer)
Parameters
pointernint
Properties
MoverSpawner
[SchemaMember("CPathMover", "m_hMoverSpawner")]
public CHandle<CPathMoverEntitySpawner> MoverSpawner { get; }
Property Value
MoverSpawnerName
[SchemaMember("CPathMover", "m_iszMoverSpawnerName")]
public string MoverSpawnerName { get; set; }
Property Value
Movers
[SchemaMember("CPathMover", "m_vecMovers")]
public NetworkedVector<CHandle<CFuncMover>> Movers { get; }