Table of Contents

Class CModelState

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CModelState : NativeObject
Inheritance
CModelState
Inherited Members

Constructors

CModelState(nint)

public CModelState(nint pointer)

Parameters

pointer nint

Properties

ClientClothCreationSuppressed

[SchemaMember("CModelState", "m_bClientClothCreationSuppressed")]
public ref bool ClientClothCreationSuppressed { get; }

Property Value

bool

ClothUpdateFlags

[SchemaMember("CModelState", "m_nClothUpdateFlags")]
public ref sbyte ClothUpdateFlags { get; }

Property Value

sbyte

ForceLOD

[SchemaMember("CModelState", "m_nForceLOD")]
public ref sbyte ForceLOD { get; }

Property Value

sbyte

IdealMotionType

[SchemaMember("CModelState", "m_nIdealMotionType")]
public ref sbyte IdealMotionType { get; }

Property Value

sbyte

MeshGroupMask

[SchemaMember("CModelState", "m_MeshGroupMask")]
public ref ulong MeshGroupMask { get; }

Property Value

ulong

Model

[SchemaMember("CModelState", "m_hModel")]
public CStrongHandle<InfoForResourceTypeCModel> Model { get; }

Property Value

CStrongHandle<InfoForResourceTypeCModel>

ModelName

[SchemaMember("CModelState", "m_ModelName")]
public string ModelName { get; set; }

Property Value

string