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

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

PathMover

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

Property Value

CHandle<CPathMover>

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

SpawnTemplates

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

Property Value

Span<string>