Class CPropDoorRotatingBreakable
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPropDoorRotatingBreakable : CPropDoorRotating, IEquatable<CEntityInstance>
- Inheritance
-
objectCPropDoorRotatingBreakable
- 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
CurrentDamageState
[SchemaMember("CPropDoorRotatingBreakable", "m_currentDamageState")]
public ref int CurrentDamageState { get; }
Property Value
DamageStates
[SchemaMember("CPropDoorRotatingBreakable", "m_damageStates")]
public NetworkedVector<string> DamageStates { get; }
Property Value
IsAbleToCloseAreaPortals
[SchemaMember("CPropDoorRotatingBreakable", "m_isAbleToCloseAreaPortals")]
public ref bool IsAbleToCloseAreaPortals { get; }