Table of Contents

Class CPropDoorRotatingBreakable

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPropDoorRotatingBreakable : CPropDoorRotating, IEquatable<CEntityInstance>
Inheritance
CPropDoorRotatingBreakable
Implements
Inherited Members

Constructors

CPropDoorRotatingBreakable(nint)

public CPropDoorRotatingBreakable(nint pointer)

Parameters

pointer nint

Properties

Breakable

[SchemaMember("CPropDoorRotatingBreakable", "m_bBreakable")]
public ref bool Breakable { get; }

Property Value

bool

CurrentDamageState

[SchemaMember("CPropDoorRotatingBreakable", "m_currentDamageState")]
public ref int CurrentDamageState { get; }

Property Value

int

DamageStates

[SchemaMember("CPropDoorRotatingBreakable", "m_damageStates")]
public NetworkedVector<string> DamageStates { get; }

Property Value

NetworkedVector<string>

IsAbleToCloseAreaPortals

[SchemaMember("CPropDoorRotatingBreakable", "m_isAbleToCloseAreaPortals")]
public ref bool IsAbleToCloseAreaPortals { get; }

Property Value

bool