Table of Contents

Class CPhysicsPropRespawnable

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPhysicsPropRespawnable : CPhysicsProp, IEquatable<CEntityInstance>
Inheritance
CPhysicsPropRespawnable
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

Vector

OriginalMins

[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalMins")]
public Vector OriginalMins { get; }

Property Value

Vector

OriginalSpawnAngles

[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalSpawnAngles")]
public QAngle OriginalSpawnAngles { get; }

Property Value

QAngle

OriginalSpawnOrigin

[SchemaMember("CPhysicsPropRespawnable", "m_vOriginalSpawnOrigin")]
public Vector OriginalSpawnOrigin { get; }

Property Value

Vector

RespawnDuration

[SchemaMember("CPhysicsPropRespawnable", "m_flRespawnDuration")]
public ref float RespawnDuration { get; }

Property Value

float