Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AmbientInsectsComponent Class Reference
Inheritance diagram for SCR_AmbientInsectsComponent:
ScriptComponent

Protected Member Functions

int GetEnvironmentType ()
float GetTimeOfDay ()
float GetRainIntensity ()
float GetWindSpeed ()
void RemoveInsectEffect (SCR_AmbientInsectsEffect effect)
void Update (IEntity owner)
override void OnPostInit (IEntity owner)

Protected Attributes

int m_iUpdateRate
ref array< ref SCR_AmbientInsectsEffectm_aAmbientInsectsEffect
SignalsManagerComponent m_LocalSignalsManager
GameSignalsManager m_GlobalSignalsManager
SCR_AmbientSoundsComponent m_AmbientSoundsComponent
int m_iEnvironmentTypeSignalValue
ref array< intm_aLocalAmbientSignalIndex = {}
 AmbientEntity Signal's manager signals indexes.
float m_fTimeOfDay
float m_fRainIntensity
float m_fWindSpeed
int m_iSunAngleSignalIdx
int m_iRainIntensitySignalIdx
int m_iWindSpeedSignalIdx

Detailed Description

Definition at line 18 of file SCR_AmbientInsectsComponent.c.

Member Function Documentation

◆ GetEnvironmentType()

int SCR_AmbientInsectsComponent::GetEnvironmentType ( )
inlineprotected
Returns

Definition at line 47 of file SCR_AmbientInsectsComponent.c.

◆ GetRainIntensity()

float SCR_AmbientInsectsComponent::GetRainIntensity ( )
inlineprotected
Returns

Definition at line 61 of file SCR_AmbientInsectsComponent.c.

◆ GetTimeOfDay()

float SCR_AmbientInsectsComponent::GetTimeOfDay ( )
inlineprotected
Returns

Definition at line 54 of file SCR_AmbientInsectsComponent.c.

◆ GetWindSpeed()

float SCR_AmbientInsectsComponent::GetWindSpeed ( )
inlineprotected
Returns

Definition at line 68 of file SCR_AmbientInsectsComponent.c.

◆ OnPostInit()

override void SCR_AmbientInsectsComponent::OnPostInit ( IEntity owner)
inlineprotected

Definition at line 105 of file SCR_AmbientInsectsComponent.c.

◆ RemoveInsectEffect()

void SCR_AmbientInsectsComponent::RemoveInsectEffect ( SCR_AmbientInsectsEffect effect)
inlineprotected
Parameters
[in]effect

Definition at line 76 of file SCR_AmbientInsectsComponent.c.

◆ Update()

void SCR_AmbientInsectsComponent::Update ( IEntity owner)
inlineprotected

Definition at line 82 of file SCR_AmbientInsectsComponent.c.

Member Data Documentation

◆ m_aAmbientInsectsEffect

ref array<ref SCR_AmbientInsectsEffect> SCR_AmbientInsectsComponent::m_aAmbientInsectsEffect
protected

Definition at line 24 of file SCR_AmbientInsectsComponent.c.

◆ m_aLocalAmbientSignalIndex

ref array<int> SCR_AmbientInsectsComponent::m_aLocalAmbientSignalIndex = {}
protected

AmbientEntity Signal's manager signals indexes.

Definition at line 35 of file SCR_AmbientInsectsComponent.c.

◆ m_AmbientSoundsComponent

SCR_AmbientSoundsComponent SCR_AmbientInsectsComponent::m_AmbientSoundsComponent
protected

Definition at line 29 of file SCR_AmbientInsectsComponent.c.

◆ m_fRainIntensity

float SCR_AmbientInsectsComponent::m_fRainIntensity
protected

Definition at line 38 of file SCR_AmbientInsectsComponent.c.

◆ m_fTimeOfDay

float SCR_AmbientInsectsComponent::m_fTimeOfDay
protected

Definition at line 37 of file SCR_AmbientInsectsComponent.c.

◆ m_fWindSpeed

float SCR_AmbientInsectsComponent::m_fWindSpeed
protected

Definition at line 39 of file SCR_AmbientInsectsComponent.c.

◆ m_GlobalSignalsManager

GameSignalsManager SCR_AmbientInsectsComponent::m_GlobalSignalsManager
protected

Definition at line 28 of file SCR_AmbientInsectsComponent.c.

◆ m_iEnvironmentTypeSignalValue

int SCR_AmbientInsectsComponent::m_iEnvironmentTypeSignalValue
protected

Definition at line 32 of file SCR_AmbientInsectsComponent.c.

◆ m_iRainIntensitySignalIdx

int SCR_AmbientInsectsComponent::m_iRainIntensitySignalIdx
protected

Definition at line 42 of file SCR_AmbientInsectsComponent.c.

◆ m_iSunAngleSignalIdx

int SCR_AmbientInsectsComponent::m_iSunAngleSignalIdx
protected

Definition at line 41 of file SCR_AmbientInsectsComponent.c.

◆ m_iUpdateRate

int SCR_AmbientInsectsComponent::m_iUpdateRate
protected

Definition at line 21 of file SCR_AmbientInsectsComponent.c.

◆ m_iWindSpeedSignalIdx

int SCR_AmbientInsectsComponent::m_iWindSpeedSignalIdx
protected

Definition at line 43 of file SCR_AmbientInsectsComponent.c.

◆ m_LocalSignalsManager

SignalsManagerComponent SCR_AmbientInsectsComponent::m_LocalSignalsManager
protected

Definition at line 27 of file SCR_AmbientInsectsComponent.c.


The documentation for this class was generated from the following file: