SwiftlyS2

CPathMover

Interface CPathMover

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPathMover : CPathWithDynamicNodes, CPathSimple, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CPathSimple>, ISchemaClass<CPathWithDynamicNodes>, ISchemaClass<CPathMover>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

MoverRouter

ref CHandle<CFuncMoverRouter> MoverRouter { get; }
Property Value

MoverRouterName

string MoverRouterName { get; set; }
Property Value

MoverSpawnerName

string MoverSpawnerName { get; set; }
Property Value

Movers

ref CUtlVector<CHandle<CFuncMover>> Movers { get; }
Property Value

SampleSpacing

ref float SampleSpacing { get; }
Property Value

Spawners

ref CUtlVector<CHandle<CPathMoverEntitySpawner>> Spawners { get; }
Property Value

On this page