Class CGameGibManager
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CGameGibManager : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCGameGibManager
- Implements
- Inherited Members
Constructors
CGameGibManager(nint)
public CGameGibManager(nint pointer)
Parameters
pointer
nint
Properties
AllowNewGibs
[SchemaMember("CGameGibManager", "m_bAllowNewGibs")]
public ref bool AllowNewGibs { get; }
Property Value
CurrentMaxPieces
[SchemaMember("CGameGibManager", "m_iCurrentMaxPieces")]
public ref int CurrentMaxPieces { get; }
Property Value
LastFrame
[SchemaMember("CGameGibManager", "m_iLastFrame")]
public ref int LastFrame { get; }
Property Value
MaxPieces
[SchemaMember("CGameGibManager", "m_iMaxPieces")]
public ref int MaxPieces { get; }