![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Handles looped ambient effects around specific entities. More...
Protected Member Functions | |
| override void | Update (float worldTime, vector cameraPos, float timeOfDay, float rainIntensity) |
| Called by SCR_AmbientInsectsComponent.Update(). | |
| void | ProcessEntity (notnull IEntity entity) |
| Finds Entity for each InsectType and adds it to the array of closest entities. | |
| void | GetClosestsEntities (vector cameraPos) |
| Clears ClosestEntities array for each InsectType and then runs new querry to fill it again. | |
| override void | OnPostInit (SCR_AmbientSoundsComponent ambientSoundsComponent, SCR_AmbientInsectsComponent ambientInsectsComponent, SignalsManagerComponent signalsManagerComponent) |
| Called by SCR_AmbientInsectsComponent in EOnPostInit(). | |
Protected Attributes | |
| int | m_iMinimumMoveDistanceSq |
| float | m_fSearchDistance |
| ref array< ref SCR_PositionalInsectType > | m_aPositionalInsectType |
| ref array< ref SCR_InsectSpawnDef > | m_aSpawnDef = {} |
| vector | m_vCameraPosLooped |
Handles looped ambient effects around specific entities.
Definition at line 3 of file SCR_ObjectPositionalInsects.c.
|
inlineprotected |
Clears ClosestEntities array for each InsectType and then runs new querry to fill it again.
Definition at line 80 of file SCR_ObjectPositionalInsects.c.
|
inlineprotected |
Called by SCR_AmbientInsectsComponent in EOnPostInit().
Definition at line 120 of file SCR_ObjectPositionalInsects.c.
|
inlineprotected |
Finds Entity for each InsectType and adds it to the array of closest entities.
Definition at line 39 of file SCR_ObjectPositionalInsects.c.
|
inlineprotected |
Called by SCR_AmbientInsectsComponent.Update().
Definition at line 19 of file SCR_ObjectPositionalInsects.c.
|
protected |
Definition at line 12 of file SCR_ObjectPositionalInsects.c.
|
protected |
Definition at line 14 of file SCR_ObjectPositionalInsects.c.
|
protected |
Definition at line 9 of file SCR_ObjectPositionalInsects.c.
|
protected |
Definition at line 6 of file SCR_ObjectPositionalInsects.c.
|
protected |
Definition at line 15 of file SCR_ObjectPositionalInsects.c.