BIS fnc reviveEhHandleDamage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |exec= call " to " ")
m (Text replacement - "_this" to "_this")
Line 15: Line 15:
|x1= <code>BIS_unit [[addEventHandler]] ["HandleDamage",  
|x1= <code>BIS_unit [[addEventHandler]] ["HandleDamage",  
{
{
[[_this]] [[call]] [[BIS_fnc_reviveEhHandleDamage]];
[[Magic Variables#this|_this]] [[call]] [[BIS_fnc_reviveEhHandleDamage]];
}];</code>
}];</code>



Revision as of 14:22, 25 February 2021