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
MoverRouter
[SchemaMember("CPathMover", "m_hMoverRouter")]
public CHandle<CFuncMoverRouter> MoverRouter { get; }
Property Value
MoverRouterName
[SchemaMember("CPathMover", "m_iszMoverRouterName")]
public string MoverRouterName { get; set; }
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; }
Property Value
SampleSpacing
[SchemaMember("CPathMover", "m_flSampleSpacing")]
public ref float SampleSpacing { get; }
Property Value
Spawners
[SchemaMember("CPathMover", "m_vecSpawners")]
public NetworkedVector<CHandle<CPathMoverEntitySpawner>> Spawners { get; }