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

Go to the source code of this file.

Data Structures

class  SCR_VehicleSoundComponentClass
 

Functions

protected array< ref SCR_HitZoneStateSignalDataGetHitZoneStateSignalData ()
 
override void OnInit (IEntity owner)
 
protected void RegisterHitZoneSignals (IEntity owner)
 
protected void UnregisterHitZoneSignals ()
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
void SCR_VehicleSoundComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
void ~SCR_VehicleSoundComponent ()
 

Variables

SCR_VehicleSoundComponentClass m_aHitZoneStateSignal = {}
 

Function Documentation

◆ GetHitZoneStateSignalData()

protected array<ref SCR_HitZoneStateSignalData> GetHitZoneStateSignalData ( )

Definition at line 13 of file SCR_VehicleSoundComponent.c.

◆ RegisterHitZoneSignals()

protected void RegisterHitZoneSignals ( IEntity  owner)

Definition at line 33 of file SCR_VehicleSoundComponent.c.

◆ SCR_VehicleSoundComponent()

void SCR_VehicleSoundComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 78 of file SCR_VehicleSoundComponent.c.

◆ UnregisterHitZoneSignals()

protected void UnregisterHitZoneSignals ( )

Definition at line 56 of file SCR_VehicleSoundComponent.c.

◆ ~SCR_VehicleSoundComponent()

Definition at line 84 of file SCR_VehicleSoundComponent.c.

Variable Documentation

◆ m_aHitZoneStateSignal

SCR_VehicleSoundComponentClass m_aHitZoneStateSignal = {}