Table of Contents

Class CFogController

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CFogController : CBaseEntity, IEquatable<CEntityInstance>
Inheritance
CFogController
Implements
Inherited Members

Constructors

CFogController(nint)

public CFogController(nint pointer)

Parameters

pointer nint

Properties

ChangedVariables

[SchemaMember("CFogController", "m_iChangedVariables")]
public ref int ChangedVariables { get; }

Property Value

int

Fog

[SchemaMember("CFogController", "m_fog")]
public fogparams_t Fog { get; }

Property Value

fogparams_t

UseAngles

[SchemaMember("CFogController", "m_bUseAngles")]
public ref bool UseAngles { get; }

Property Value

bool