Table of Contents

Class CFuncMoverRouter

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

Constructors

CFuncMoverRouter(nint)

public CFuncMoverRouter(nint pointer)

Parameters

pointer nint

Properties

MoverIndex

[SchemaMember("CFuncMoverRouter", "m_nMoverIndex")]
public ref int MoverIndex { get; }

Property Value

int

PathMover

[SchemaMember("CFuncMoverRouter", "m_hPathMover")]
public CHandle<CPathMover> PathMover { get; }

Property Value

CHandle<CPathMover>

PathMoverName

[SchemaMember("CFuncMoverRouter", "m_iszPathMoverName")]
public string PathMoverName { get; set; }

Property Value

string

RouteToAllMovers

[SchemaMember("CFuncMoverRouter", "m_bRouteToAllMovers")]
public ref bool RouteToAllMovers { get; }

Property Value

bool