|
Arma Reforger Script API
|
Public Member Functions | |
| override void | ExecuteEffect (IEntity owner, SCR_HitInfo hitInfo, inout notnull SCR_BuildingDestructionData data) |
| Plays sound. | |
| SCR_AudioSourceConfiguration | GetAudioSourceConfiguration () |
Public Member Functions inherited from SCR_TimedEffect | |
| void | SnapToTerrain (inout vector origin, IEntity owner) |
| Snaps the origin to terrain. | |
Protected Attributes | |
| ref SCR_AudioSourceConfiguration | m_AudioSourceConfiguration |
Additional Inherited Members | |
Public Attributes inherited from SCR_TimedEffect | |
| float | m_fSpawnTime |
| bool | m_bSnapToTerrain |
| bool | m_bAttachToParent |
| bool | m_bPersistent |
| override void SCR_TimedSound.ExecuteEffect | ( | IEntity | owner, |
| SCR_HitInfo | hitInfo, | ||
| inout notnull SCR_BuildingDestructionData | data ) |
Plays sound.
Implements SCR_TimedEffect.
| SCR_AudioSourceConfiguration SCR_TimedSound.GetAudioSourceConfiguration | ( | ) |
|
protected |