![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_VehicleSoundComponentClass |
Functions | |
| protected array< ref SCR_HitZoneStateSignalData > | GetHitZoneStateSignalData () |
| 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 = {} |
| protected array<ref SCR_HitZoneStateSignalData> GetHitZoneStateSignalData | ( | ) |
Definition at line 13 of file SCR_VehicleSoundComponent.c.
| protected void RegisterHitZoneSignals | ( | IEntity | owner | ) |
Definition at line 33 of file SCR_VehicleSoundComponent.c.
| void SCR_VehicleSoundComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 78 of file SCR_VehicleSoundComponent.c.
| protected void UnregisterHitZoneSignals | ( | ) |
Definition at line 56 of file SCR_VehicleSoundComponent.c.
| void ~SCR_VehicleSoundComponent | ( | ) |
Definition at line 84 of file SCR_VehicleSoundComponent.c.
| SCR_VehicleSoundComponentClass m_aHitZoneStateSignal = {} |