Table of Contents

Class CPathMoverEntitySpawner

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

Constructors

CPathMoverEntitySpawner(nint)

public CPathMoverEntitySpawner(nint pointer)

Parameters

pointer nint

Properties

DestroyMoverOnArrivedAtEnd

[SchemaMember("CPathMoverEntitySpawner", "m_bDestroyMoverOnArrivedAtEnd")]
public ref bool DestroyMoverOnArrivedAtEnd { get; }

Property Value

bool

Enabled

[SchemaMember("CPathMoverEntitySpawner", "m_bEnabled")]
public ref bool Enabled { get; }

Property Value

bool

LastSpawnTime

[SchemaMember("CPathMoverEntitySpawner", "m_flLastSpawnTime")]
public ref float LastSpawnTime { get; }

Property Value

float

MaxActive

[SchemaMember("CPathMoverEntitySpawner", "m_nMaxActive")]
public ref int MaxActive { get; }

Property Value

int

OnTemplateGroupSpawned

[SchemaMember("CPathMoverEntitySpawner", "m_OnTemplateGroupSpawned")]
public CEntityIOOutput OnTemplateGroupSpawned { get; }

Property Value

CEntityIOOutput

OnTemplateSpawned

[SchemaMember("CPathMoverEntitySpawner", "m_OnTemplateSpawned")]
public CEntityIOOutput OnTemplateSpawned { get; }

Property Value

CEntityIOOutput

PathMover

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

Property Value

CHandle<CPathMover>

QueuedRemovals

[SchemaMember("CPathMoverEntitySpawner", "m_vecQueuedRemovals")]
public NetworkedVector<CHandle<CFuncMover>> QueuedRemovals { get; }

Property Value

NetworkedVector<CHandle<CFuncMover>>

SpawnFrequencyDistToNearestMover

[SchemaMember("CPathMoverEntitySpawner", "m_flSpawnFrequencyDistToNearestMover")]
public ref float SpawnFrequencyDistToNearestMover { get; }

Property Value

float

SpawnFrequencySeconds

[SchemaMember("CPathMoverEntitySpawner", "m_flSpawnFrequencySeconds")]
public ref float SpawnFrequencySeconds { get; }

Property Value

float

SpawnIndex

[SchemaMember("CPathMoverEntitySpawner", "m_nSpawnIndex")]
public ref int SpawnIndex { get; }

Property Value

int

SpawnNum

[SchemaMember("CPathMoverEntitySpawner", "m_nSpawnNum")]
public ref int SpawnNum { get; }

Property Value

int

SpawnTemplates

[SchemaMember("CPathMoverEntitySpawner", "m_szSpawnTemplates")]
public Span<string> SpawnTemplates { get; }

Property Value

Span<string>