AISFinishHeal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s1= +" to "|s1= ")
m (Text replacement - "{{HashLink" to "{{Link")
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
|descr= Alternative Injury Simulation (AIS) end state. Used to tell engine that script side healing is done when using "HandleHeal" event handler.  
|descr= Alternative Injury Simulation (AIS) end state. Used to tell engine that script side healing is done when using "HandleHeal" event handler.  


|s1= '''AISFinishHeal''' [unit, healer, healercanheal]
|s1= [[AISFinishHeal]] [unit, healer, healerCanHeal]


|p1= [unit, healer, healercanheal]: [[Array]]
|p1= unit: [[Object]] - wounded


|p2= unit: [[Object]] - wounded
|p2= healer: [[Object]] - medic


|p3= healer: [[Object]] - medic
|p3= healerCanHeal: [[Boolean]]  
 
|p4= healercanheal: [[Boolean]]  


|r1= [[Nothing]]
|r1= [[Nothing]]


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


|seealso= [[ArmA_2:_Event_Handlers#HandleHeal]], [[ArmA_3:_Event_Handlers#HandleHeal]]
|seealso= {{Link|Arma 2: Event Handlers#HandleHeal}} {{Link|Arma 3: Event Handlers#HandleHeal}}
}}
}}

Latest revision as of 18:43, 4 January 2023

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 - HandleHeal Arma 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