Table of Contents

Class CGameGibManager

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

bool

CurrentMaxPieces

[SchemaMember("CGameGibManager", "m_iCurrentMaxPieces")]
public ref int CurrentMaxPieces { get; }

Property Value

int

LastFrame

[SchemaMember("CGameGibManager", "m_iLastFrame")]
public ref int LastFrame { get; }

Property Value

int

MaxPieces

[SchemaMember("CGameGibManager", "m_iMaxPieces")]
public ref int MaxPieces { get; }

Property Value

int