Table of Contents

Class CEnvWindVolume

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

Constructors

CEnvWindVolume(nint)

public CEnvWindVolume(nint pointer)

Parameters

pointer nint

Properties

Active

[SchemaMember("CEnvWindVolume", "m_bActive")]
public ref bool Active { get; }

Property Value

bool

BoxMaxs

[SchemaMember("CEnvWindVolume", "m_vBoxMaxs")]
public Vector BoxMaxs { get; }

Property Value

Vector

BoxMins

[SchemaMember("CEnvWindVolume", "m_vBoxMins")]
public Vector BoxMins { get; }

Property Value

Vector

Shape

[SchemaMember("CEnvWindVolume", "m_nShape")]
public ref int Shape { get; }

Property Value

int

StartDisabled

[SchemaMember("CEnvWindVolume", "m_bStartDisabled")]
public ref bool StartDisabled { get; }

Property Value

bool

WindDirectionVariationMultiplier

[SchemaMember("CEnvWindVolume", "m_fWindDirectionVariationMultiplier")]
public ref float WindDirectionVariationMultiplier { get; }

Property Value

float

WindSpeedMultiplier

[SchemaMember("CEnvWindVolume", "m_fWindSpeedMultiplier")]
public ref float WindSpeedMultiplier { get; }

Property Value

float

WindSpeedVariationMultiplier

[SchemaMember("CEnvWindVolume", "m_fWindSpeedVariationMultiplier")]
public ref float WindSpeedVariationMultiplier { get; }

Property Value

float

WindTurbulenceMultiplier

[SchemaMember("CEnvWindVolume", "m_fWindTurbulenceMultiplier")]
public ref float WindTurbulenceMultiplier { get; }

Property Value

float