|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
16 class SimpleSoundComponent: BaseSoundComponent
32 event protected void OnPostInit(IEntity owner);
37 event protected void OnInit(IEntity owner);
43 event protected void OnFrame(IEntity owner,
float timeSlice);
45 event protected void UpdateSoundJob(IEntity owner,
float timeSlice);
event protected void OnFrame(IEntity owner, float timeSlice)
proto external bool IsScriptedMethodsCallEnabled()
TRUE when flag for script callbacks is set.
event protected void OnUpdateSoundJobEnd(IEntity owner)
Called when dynamic simulation is stopped.
override void OnPostInit(IEntity owner)
Called on PostInit when all components are added.
IEntity GetOwner()
Owner entity of the fuel tank.
SimpleSoundComponentClass BaseSoundComponentClass EnableDynamicSimulation(bool value)
Enables the dynamic simulation.
event protected void OnUpdateSoundJobBegin(IEntity owner)
Called when dynamic simulation is started.
event protected void UpdateSoundJob(IEntity owner, float timeSlice)
Call when component is in range.
override protected void OnInit(IEntity owner)
proto external void SetScriptedMethodsCall(bool state)
Set flag for script callbacks.