BIS fnc effectFiredRifle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{Function|Comments=" to "{{Function|Comments=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|eff= local
____________________________________________________________________________________________


| ''N/A''<br>{{placeholder}} |DESCRIPTION=
|gr1= Effects
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_effectFiredRifle]]; --> |SYNTAX=
|descr= Used to add an effect to fired bullets. Should be executed from Fired Event Handler.


|p1= |PARAMETER1=
|s1= [unit, nil, nil, nil, ammoType] call [[BIS_fnc_effectFiredRifle]]


| |RETURNVALUE=
|p1= unit: [[Object]] - the unit, the effect should be added to
____________________________________________________________________________________________


|x1= <code></code> |EXAMPLE1=
|p2= nil: [[Nothing]]
____________________________________________________________________________________________


| |SEEALSO=
|p3= nil: [[Nothing]]


}}
|p4= nil: [[Nothing]]
 
|p5= ammoType: [[String]] - the type of ammo the effect should be triggered for


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>unit addEventHandler ["Fired",
</dl>
{
  _this call BIS_fnc_effectFiredRifle;
}];</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[addEventHandler]] [[Arma_3:_Event_Handlers#Fired | Fired Event Handler]]
[[Category:Function Group: Effects|{{uc:effectFiredRifle}}]]
}}
[[Category:Functions|{{uc:effectFiredRifle}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:effectFiredRifle}}]]

Latest revision as of 16:50, 8 November 2023

Hover & click on the images for description

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