Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ParticleContactComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ParticleContactComponentClass
 

Functions

SCR_ParticleContactComponentClass ScriptComponentClass PlaySound (IEntity owner, SCR_ParticleContactComponentClass prefabData, Contact contact)
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
override void EOnContact (IEntity owner, IEntity other, Contact contact)
 

Variables

SCR_ParticleContactComponentClass NONE = 0
 
SCR_ParticleContactComponentClass VEHICLE = 1
 
SCR_ParticleContactComponentClass BLAST = 2
 
ref SCR_AudioSourceConfiguration m_AudioSourceConfiguration
 
bool m_bSurfaceSignal
 
bool m_bPlayParticle
 
ResourceName m_Particle
 
int m_iGameMaterialEffect
 
int m_iEffectIndex
 
bool m_bFirstContactOnly
 
bool m_bParticleOriented
 

Function Documentation

◆ EOnContact()

override void EOnContact ( IEntity  owner,
IEntity  other,
Contact  contact 
)

Definition at line 89 of file SCR_ParticleContactComponent.c.

◆ PlaySound()

SCR_ParticleContactComponentClass ScriptComponentClass PlaySound ( IEntity  owner,
SCR_ParticleContactComponentClass  prefabData,
Contact  contact 
)

Definition at line 38 of file SCR_ParticleContactComponent.c.

Variable Documentation

◆ BLAST

◆ m_AudioSourceConfiguration

ref SCR_AudioSourceConfiguration m_AudioSourceConfiguration

Definition at line 3 of file SCR_ParticleContactComponent.c.

◆ m_bFirstContactOnly

bool m_bFirstContactOnly

Definition at line 21 of file SCR_ParticleContactComponent.c.

◆ m_bParticleOriented

bool m_bParticleOriented

Definition at line 24 of file SCR_ParticleContactComponent.c.

◆ m_bPlayParticle

bool m_bPlayParticle

Definition at line 9 of file SCR_ParticleContactComponent.c.

◆ m_bSurfaceSignal

bool m_bSurfaceSignal

Definition at line 6 of file SCR_ParticleContactComponent.c.

◆ m_iEffectIndex

int m_iEffectIndex

Definition at line 18 of file SCR_ParticleContactComponent.c.

◆ m_iGameMaterialEffect

int m_iGameMaterialEffect

Definition at line 15 of file SCR_ParticleContactComponent.c.

◆ m_Particle

ResourceName m_Particle

Definition at line 12 of file SCR_ParticleContactComponent.c.

◆ NONE

◆ VEHICLE