BIS fnc effectFiredRifle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
||
Line 7: | Line 7: | ||
|eff= local | |eff= local | ||
|gr1 = Effects | |gr1= Effects | ||
|descr= Used to add an effect to fired bullets. Should be executed from Fired Event Handler. | |descr= Used to add an effect to fired bullets. Should be executed from Fired Event Handler. |
Revision as of 12:36, 11 April 2021
Description
- Description:
- Used to add an effect to fired bullets. Should be executed from Fired Event Handler.
- Execution:
- call
- Groups:
- Effects
Syntax
- Syntax:
- [unit, nil, nil, nil, ammoType] call BIS_fnc_effectFiredRifle
- Parameters:
- unit: Object - The unit, the effect should be added to
- nil: Nothing
- nil: Nothing
- nil: Nothing
- ammoType: String - The type of ammo the effect should be triggered for
- Return Value:
- Nothing
Examples
- Example 1:
unit addEventHandler ["Fired", { _this call BIS_fnc_effectFiredRifle; }];
Additional Information
- See also:
- addEventHandler Fired Event Handler
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note