Class CPathMoverEntitySpawner
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPathMoverEntitySpawner : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPathMoverEntitySpawner
- Implements
- Inherited Members
Constructors
CPathMoverEntitySpawner(nint)
public CPathMoverEntitySpawner(nint pointer)
Parameters
pointernint
Properties
Enabled
[SchemaMember("CPathMoverEntitySpawner", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
LastSpawnTime
[SchemaMember("CPathMoverEntitySpawner", "m_flLastSpawnTime")]
public ref float LastSpawnTime { get; }
Property Value
MaxActive
[SchemaMember("CPathMoverEntitySpawner", "m_nMaxActive")]
public ref int MaxActive { get; }
Property Value
PathMover
[SchemaMember("CPathMoverEntitySpawner", "m_hPathMover")]
public CHandle<CPathMover> PathMover { get; }
Property Value
SpawnFrequencyDistToNearestMover
[SchemaMember("CPathMoverEntitySpawner", "m_flSpawnFrequencyDistToNearestMover")]
public ref float SpawnFrequencyDistToNearestMover { get; }
Property Value
SpawnFrequencySeconds
[SchemaMember("CPathMoverEntitySpawner", "m_flSpawnFrequencySeconds")]
public ref float SpawnFrequencySeconds { get; }
Property Value
SpawnIndex
[SchemaMember("CPathMoverEntitySpawner", "m_nSpawnIndex")]
public ref int SpawnIndex { get; }
Property Value
SpawnTemplates
[SchemaMember("CPathMoverEntitySpawner", "m_szSpawnTemplates")]
public Span<string> SpawnTemplates { get; }