Table of Contents

Class CRenderComponent

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CRenderComponent : CEntityComponent
Inheritance
CRenderComponent
Inherited Members

Constructors

CRenderComponent(nint)

public CRenderComponent(nint pointer)

Parameters

pointer nint

Properties

EnableRendering

[SchemaMember("CRenderComponent", "m_bEnableRendering")]
public ref bool EnableRendering { get; }

Property Value

bool

InterpolationReadyToDraw

[SchemaMember("CRenderComponent", "m_bInterpolationReadyToDraw")]
public ref bool InterpolationReadyToDraw { get; }

Property Value

bool

IsRenderingWithViewModels

[SchemaMember("CRenderComponent", "m_bIsRenderingWithViewModels")]
public ref bool IsRenderingWithViewModels { get; }

Property Value

bool

SplitscreenFlags

[SchemaMember("CRenderComponent", "m_nSplitscreenFlags")]
public ref uint SplitscreenFlags { get; }

Property Value

uint

__m_pChainEntity

[SchemaMember("CRenderComponent", "__m_pChainEntity")]
public CNetworkVarChainer __m_pChainEntity { get; }

Property Value

CNetworkVarChainer