BIS fnc damageChanged: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Handle effects caused by changing of damage. |= Description
| Handle effects caused by changing of damage. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| call [[BIS_fnc_damageChanged]] |= Syntax
| call [[BIS_fnc_damageChanged]] |SYNTAX=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 12:27, 7 April 2019


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