SwiftlyS2

CPhysicsEntitySolver

Interface CPhysicsEntitySolver

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPhysicsEntitySolver : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CPhysicsEntitySolver>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

CancelTime

GameTime_t CancelTime { get; }
Property Value

MovingEntity

ref CHandle<CBaseEntity> MovingEntity { get; }
Property Value

PhysicsBlocker

ref CHandle<CBaseEntity> PhysicsBlocker { get; }
Property Value

SeparationDuration

ref float SeparationDuration { get; }
Property Value

On this page