Class CRagdollManager
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CRagdollManager : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCRagdollManager
- Implements
- Inherited Members
Constructors
CRagdollManager(nint)
public CRagdollManager(nint pointer)
Parameters
pointer
nint
Properties
CanTakeDamage
[SchemaMember("CRagdollManager", "m_bCanTakeDamage")]
public ref bool CanTakeDamage { get; }
Property Value
CurrentMaxRagdollCount
[SchemaMember("CRagdollManager", "m_iCurrentMaxRagdollCount")]
public ref sbyte CurrentMaxRagdollCount { get; }
Property Value
MaxRagdollCount
[SchemaMember("CRagdollManager", "m_iMaxRagdollCount")]
public ref int MaxRagdollCount { get; }
Property Value
SaveImportant
[SchemaMember("CRagdollManager", "m_bSaveImportant")]
public ref bool SaveImportant { get; }