Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VehicleSoundComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_VehicleSoundComponentClass

Functions

array< ref SCR_HitZoneStateSignalDataGetHitZoneStateSignalData ()
override void OnInit (IEntity owner)
void RegisterHitZoneSignals (IEntity owner)
void UnregisterHitZoneSignals ()
void SCR_VehicleSoundComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
void ~SCR_VehicleSoundComponent ()

Variables

SCR_VehicleSoundComponentClass m_aHitZoneStateSignal = {}

Function Documentation

◆ GetHitZoneStateSignalData()

array< ref SCR_HitZoneStateSignalData > GetHitZoneStateSignalData ( )
protected

Definition at line 13 of file SCR_VehicleSoundComponent.c.

◆ RegisterHitZoneSignals()

void RegisterHitZoneSignals ( IEntity owner)
protected

Definition at line 33 of file SCR_VehicleSoundComponent.c.

◆ SCR_VehicleSoundComponent()

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

Definition at line 71 of file SCR_VehicleSoundComponent.c.

◆ UnregisterHitZoneSignals()

void UnregisterHitZoneSignals ( )
protected

Definition at line 56 of file SCR_VehicleSoundComponent.c.

◆ ~SCR_VehicleSoundComponent()

void ~SCR_VehicleSoundComponent ( )
protected

Definition at line 77 of file SCR_VehicleSoundComponent.c.

Variable Documentation

◆ m_aHitZoneStateSignal

SCR_VehicleSoundComponentClass m_aHitZoneStateSignal = {}