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

Go to the source code of this file.

Data Structures

class  SoundComponentClass
 

Functions

SoundComponentClass SimpleSoundComponentClass SoundEvent (string eventName)
 Play a sound from the owner entity's position. More...
 
proto external AudioHandle SoundEventTransform (string eventName, vector transf[])
 Play a sound from a set transformation. More...
 
proto external AudioHandle SoundEventBone (string eventName, string bone)
 Play a sound from the owner entity's position. More...
 
proto external AudioHandle SoundEventOffset (string eventName, vector offset)
 Play a sound with a given offset from the owner entity. More...