Class CPhysicsPropRespawnable
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysicsPropRespawnable : CPhysicsProp, IEquatable<CEntityInstance>
- Inheritance
-
objectCPhysicsPropRespawnable
- Implements
- Inherited Members
Constructors
CPhysicsPropRespawnable(nint)
public CPhysicsPropRespawnable(nint pointer)
Parameters
pointer
nint
Properties
OriginalMaxs
[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalMaxs")]
public Vector OriginalMaxs { get; }
Property Value
OriginalMins
[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalMins")]
public Vector OriginalMins { get; }
Property Value
OriginalSpawnAngles
[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalSpawnAngles")]
public QAngle OriginalSpawnAngles { get; }
Property Value
OriginalSpawnOrigin
[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalSpawnOrigin")]
public Vector OriginalSpawnOrigin { get; }
Property Value
RespawnDuration
[SchemaMember("CPhysicsPropRespawnable", "m_flRespawnDuration")]
public ref float RespawnDuration { get; }