Table of Contents

Class CEnvWindController

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

Constructors

CEnvWindController(nint)

public CEnvWindController(nint pointer)

Parameters

pointer nint

Properties

ClipmapLevels

[SchemaMember("CEnvWindController", "m_nClipmapLevels")]
public ref int ClipmapLevels { get; }

Property Value

int

DirectionVariation

[SchemaMember("CEnvWindController", "m_fDirectionVariation")]
public ref float DirectionVariation { get; }

Property Value

float

EnvWindShared

[SchemaMember("CEnvWindController", "m_EnvWindShared")]
public CEnvWindShared EnvWindShared { get; }

Property Value

CEnvWindShared

FirstTime

[SchemaMember("CEnvWindController", "m_bFirstTime")]
public ref bool FirstTime { get; }

Property Value

bool

IsMaster

[SchemaMember("CEnvWindController", "m_bIsMaster")]
public ref bool IsMaster { get; }

Property Value

bool

SpeedVariation

[SchemaMember("CEnvWindController", "m_fSpeedVariation")]
public ref float SpeedVariation { get; }

Property Value

float

Turbulence

[SchemaMember("CEnvWindController", "m_fTurbulence")]
public ref float Turbulence { get; }

Property Value

float

VolumeHalfExtentXY

[SchemaMember("CEnvWindController", "m_fVolumeHalfExtentXY")]
public ref float VolumeHalfExtentXY { get; }

Property Value

float

VolumeHalfExtentZ

[SchemaMember("CEnvWindController", "m_fVolumeHalfExtentZ")]
public ref float VolumeHalfExtentZ { get; }

Property Value

float

VolumeResolutionXY

[SchemaMember("CEnvWindController", "m_nVolumeResolutionXY")]
public ref int VolumeResolutionXY { get; }

Property Value

int

VolumeResolutionZ

[SchemaMember("CEnvWindController", "m_nVolumeResolutionZ")]
public ref int VolumeResolutionZ { get; }

Property Value

int