BIS fnc damageChanged: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Handle effects caused by changing of damage. |= Description
File: fn_damageChanged.sqf
 
Description:
Handle effects caused by changing of damage.
 
Parameter(s):
None.
 
Returned value:
None.
*/
 
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_damageChanged]]; --> |= Syntax
| call [[BIS_fnc_damageChanged]] |= Syntax


|p1= |= Parameter 1
| [[Nothing]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] [[BIS_fnc_damageChanged]];</code> |= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_incapacitatedEffect]], [[BIS_fnc_healing]] |= See also
 
}}
}}



Revision as of 00:44, 27 April 2018


Hover & click on the images for description

Description

Description:
Handle effects caused by changing of damage.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_damageChanged
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_damageChanged;

Additional Information

See also:
BIS_fnc_incapacitatedEffectBIS_fnc_healing

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

Notes

Bottom Section