Class CFogController
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CFogController : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCFogController
- 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
Fog
[SchemaMember("CFogController", "m_fog")]
public fogparams_t Fog { get; }
Property Value
UseAngles
[SchemaMember("CFogController", "m_bUseAngles")]
public ref bool UseAngles { get; }