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

Go to the source code of this file.

Data Structures

class  SimpleSoundComponentClass
 

Functions

SimpleSoundComponentClass BaseSoundComponentClass EnableDynamicSimulation (bool value)
 Enables the dynamic simulation. More...
 
proto external void SetScriptedMethodsCall (bool state)
 Set flag for script callbacks. More...
 
proto external bool IsScriptedMethodsCallEnabled ()
 TRUE when flag for script callbacks is set. More...
 
BaseAimingComponentClass GameComponentClass GetOwner ()
 This component takes care of sending chat messages. More...
 
event void OnPostInit (IEntity owner)
 Editable Mine. More...
 
event protected void OnInit (IEntity owner)
 
event protected void OnFrame (IEntity owner, float timeSlice)
 
event protected void UpdateSoundJob (IEntity owner, float timeSlice)
 Call when component is in range. More...
 
event protected void OnUpdateSoundJobBegin (IEntity owner)
 Called when dynamic simulation is started. More...
 
event protected void OnUpdateSoundJobEnd (IEntity owner)
 Called when dynamic simulation is stopped. More...