Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SimpleSoundComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 proto external void EnableDynamicSimulation(bool value);
17 proto external void SetScriptedMethodsCall(bool state);
19 proto external bool IsScriptedMethodsCallEnabled();
20
21 // callbacks
22
23 event protected void OnFrame(IEntity owner, float timeSlice);
25 event protected void UpdateSoundJob(IEntity owner, float timeSlice);
26 // //! Called when dynamic simulation is started.
27 event protected void OnUpdateSoundJobBegin(IEntity owner);
28 // //! Called when dynamic simulation is stopped.
29 event protected void OnUpdateSoundJobEnd(IEntity owner);
30}
31
void OnFrame(IEntity owner, float timeSlice)
void OnUpdateSoundJobBegin(IEntity owner)
void UpdateSoundJob(IEntity owner, float timeSlice)
Call when component is in range.
void OnUpdateSoundJobEnd(IEntity owner)