![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_MuzzleEffectComponentClass |
| class | SCR_MuzzleEffectComponent |
Typedefs | |
| typedef func | OnWeaponFired |
| typedef ScriptInvokerBase< OnWeaponFired > | OnItemWeaponFiredInvoker |
Functions | |
| void | OnWeaponFired (IEntity effectEntity, BaseMuzzleComponent muzzle, IEntity projectileEntity) |
| Called when launcher fires; Trace in the opposite direction of the warhead and apply damage to surrounding area. | |
| typedef ScriptInvokerBase<OnWeaponFired> OnItemWeaponFiredInvoker |
Definition at line 7 of file SCR_MuzzleEffectComponent.c.
| typedef func OnWeaponFired |
Definition at line 6 of file SCR_MuzzleEffectComponent.c.
| void OnWeaponFired | ( | IEntity | effectEntity, |
| BaseMuzzleComponent | muzzle, | ||
| IEntity | projectileEntity ) |
Called when launcher fires; Trace in the opposite direction of the warhead and apply damage to surrounding area.
Definition at line 599 of file SCR_WeaponBlastComponent.c.