AISFinishHeal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix)
m (Some wiki formatting)
Line 27: Line 27:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[AISFinishHeal]] [_wounded, _medic, [[true]]];</code>
|x1= <sqf>AISFinishHeal [_wounded, _medic, true];</sqf>


|seealso= {{HashLink|Arma 2: Event Handlers#HandleHeal}}, {{HashLink|Arma 3: Event Handlers#HandleHeal}}
|seealso= {{HashLink|Arma 2: Event Handlers#HandleHeal}}, {{HashLink|Arma 3: Event Handlers#HandleHeal}}
}}
}}

Revision as of 16:39, 10 May 2022

Hover & click on the images for description

Description

Description:
Alternative Injury Simulation (AIS) end state. Used to tell engine that script side healing is done when using "HandleHeal" event handler.
Groups:
Object Manipulation

Syntax

Syntax:
AISFinishHeal [unit, healer, healerCanHeal]
Parameters:
unit: Object - wounded
healer: Object - medic
healerCanHeal: Boolean
Return Value:
Nothing

Examples

Example 1:
AISFinishHeal [_wounded, _medic, true];

Additional Information

See also:
Arma 2: Event Handlers - HandleHealArma 3: Event Handlers - HandleHeal

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