Table of Contents

Class CPathMover

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

Constructors

CPathMover(nint)

public CPathMover(nint pointer)

Parameters

pointer nint

Properties

MoverSpawner

[SchemaMember("CPathMover", "m_hMoverSpawner")]
public CHandle<CPathMoverEntitySpawner> MoverSpawner { get; }

Property Value

CHandle<CPathMoverEntitySpawner>

MoverSpawnerName

[SchemaMember("CPathMover", "m_iszMoverSpawnerName")]
public string MoverSpawnerName { get; set; }

Property Value

string

Movers

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

Property Value

NetworkedVector<CHandle<CFuncMover>>