AISFinishHeal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...) |
Lou Montana (talk | contribs) m (Text replacement - "{{HashLink" to "{{Link") |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|game1= arma2 | |||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
|1.00 | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
|gr1= Object Manipulation | |||
| 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] | |||
| | |p1= unit: [[Object]] - wounded | ||
| | |p2= healer: [[Object]] - medic | ||
| | |p3= healerCanHeal: [[Boolean]] | ||
| | |r1= [[Nothing]] | ||
|x1= <sqf>AISFinishHeal [_wounded, _medic, true];</sqf> | |||
|x1= < | |||
|seealso= {{Link|Arma 2: Event Handlers#HandleHeal}} {{Link|Arma 3: Event Handlers#HandleHeal}} | |||
}} | }} | ||
Latest revision as of 17:43, 4 January 2023
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:
Additional Information
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