ACE3/addons/medical_ai/functions
ulteq 5ee1df424d
Minor performance tweaks (#5796)
* Medical_ai - Optimize 'fnc_isInjured'
* Laserpointer - Optimize 'fnc_onDraw'
* Overheating - Skip ground detection if possible
* Overheating - Replace function call with inline code
* Overheating - Nest 'firedEH' abort conditions
* Overheating - Remove duplicate code / Skip function call if possible
* Overheating - Cache energy increment
2017-11-23 11:13:58 +01:00
..
fnc_canRequestMedic.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_healSelf.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_healUnit.sqf Made AI medic use epipen on unconscious patients (#5433) 2017-10-14 20:43:53 +02:00
fnc_isInjured.sqf Minor performance tweaks (#5796) 2017-11-23 11:13:58 +01:00
fnc_isSafe.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_playTreatmentAnim.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_requestMedic.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_wasRequested.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
script_component.hpp Add Medical AI implementation for basic medical (#4311) 2016-09-04 11:25:03 +02:00