ACE3/addons/medical/functions
2015-04-27 15:41:20 +02:00
..
fnc_actionCheckBloodPressure.sqf First draft of carry and drop unit 2015-03-12 21:16:49 +01:00
fnc_actionCheckBloodPressureLocal.sqf add most of the translations 2015-04-26 09:36:51 +02:00
fnc_actionCheckPulse.sqf First draft of carry and drop unit 2015-03-12 21:16:49 +01:00
fnc_actionCheckPulseLocal.sqf add most of the translations 2015-04-26 09:36:51 +02:00
fnc_actionCheckResponse.sqf examine actions now use activity log 2015-04-03 21:03:39 +02:00
fnc_actionDiagnose.sqf removed local diagnose action. Added localization 2015-04-25 12:35:07 +02:00
fnc_actionLoadUnit.sqf tab 2015-04-20 22:08:31 +02:00
fnc_actionPlaceInBodyBag.sqf staged bodybag fixes 2015-04-06 15:11:54 +02:00
fnc_actionRemoveTourniquet.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_actionUnloadUnit.sqf First draft of carry and drop unit 2015-03-12 21:16:49 +01:00
fnc_addHeartRateAdjustment.sqf Added addHeartRateAdjustment function 2015-02-21 21:32:25 +01:00
fnc_addToInjuredCollection.sqf Medical - Use default value instead of 0 for getVar 2015-04-17 12:13:23 -05:00
fnc_addToLog.sqf More work done on medical 2015-02-28 13:17:17 +01:00
fnc_addToTriageCard.sqf More work done on medical 2015-02-28 13:17:17 +01:00
fnc_addUnconsciousCondition.sqf Added possibility to add unconscious conditions. 2015-02-08 13:06:44 +01:00
fnc_addUnloadPatientActions.sqf Switching nicknames 2015-03-24 01:18:00 -03:00
fnc_adjustPainLevel.sqf Medical: adjustPainLevels from outside functions 2015-04-11 21:21:33 -05:00
fnc_canAccessMedicalEquipment.sqf Added canAccessMedicalEquipment check 2015-02-22 15:01:31 +01:00
fnc_canTreat.sqf Fixed treatment locations 2015-04-06 14:32:37 +02:00
fnc_canTreatCached.sqf Cache condition for target instead of caller 2015-04-17 22:02:43 +02:00
fnc_copyDeadBody.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_createLitter.sqf Use cleanup settings, and force server TTL on the events. 2015-04-18 11:48:44 -07:00
fnc_determineIfFatal.sqf fixes #599 2015-04-17 20:24:05 +02:00
fnc_displayPatientInformation.sqf remove comment 2015-04-26 12:27:06 +02:00
fnc_displayTriageCard.sqf add most of the translations 2015-04-26 09:36:51 +02:00
fnc_dropDownTriageCard.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_getBloodLoss.sqf Remove duplicate bleeding code 2015-04-14 20:40:38 +02:00
fnc_getBloodPressure.sqf Updated headers to correct format 2015-02-08 10:01:32 +01:00
fnc_getBloodVolumeChange.sqf Changed: IVs are now synced and medics can see a unit is receiving an IV 2015-04-05 20:11:54 +02:00
fnc_getCardiacOutput.sqf Updated headers to correct format 2015-02-08 10:01:32 +01:00
fnc_getHeartRateChange.sqf Added support for callbacks with heart rate changes through medication 2015-03-03 20:07:09 +01:00
fnc_getTriageStatus.sqf Added triage status 2015-03-05 20:55:38 +01:00
fnc_getTypeOfDamage.sqf Fixed support for custom damage types 2015-04-02 22:57:02 +02:00
fnc_getUnconsciousCondition.sqf Added medical settings module 2015-03-06 22:54:44 +01:00
fnc_handleBandageOpening.sqf staged work 2015-04-15 19:45:42 +02:00
fnc_handleCreateLitter.sqf Fixed: max litter scalar array, have internal values. 2015-04-19 09:04:42 -07:00
fnc_handleDamage_advanced.sqf fixed vehicle crashes for adv 2015-04-17 23:15:41 +02:00
fnc_handleDamage_advancedSetDamage.sqf formatting 2015-04-11 22:29:32 +02:00
fnc_handleDamage_airway.sqf Improvements made for airway implementation 2015-03-08 15:58:35 +01:00
fnc_handleDamage_basic.sqf Removed damage thresholds from basic medical 2015-04-19 13:08:28 +02:00
fnc_handleDamage_caching.sqf fixed vehicle crashes for adv 2015-04-17 23:15:41 +02:00
fnc_handleDamage_fractures.sqf fixed #201 2015-03-21 10:54:52 +01:00
fnc_handleDamage_internalInjuries.sqf Updated headers to correct format 2015-02-08 10:01:32 +01:00
fnc_handleDamage_wounds.sqf Switched to event based sync system for open wounds 2015-04-14 21:17:36 +02:00
fnc_handleDamage.sqf Reorganised module and settings #809 2015-04-25 22:20:28 +02:00
fnc_handleKilled.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_handleLocal.sqf tab 2015-04-20 22:08:31 +02:00
fnc_handleUnitVitals.sqf Keep units longer unconscious, instead of quickly fading in/out 2015-04-17 20:40:24 +02:00
fnc_hasItem.sqf check if unit is in a vehicle before checking the vehicle 2015-03-21 10:55:27 +01:00
fnc_hasItems.sqf Fixed indentation 2015-02-28 19:28:05 +01:00
fnc_hasMedicalEnabled.sqf Improvements and fixes for injured loop and enabledFor check 2015-03-05 18:42:08 +01:00
fnc_hasTourniquetAppliedTo.sqf Added isMedic, isMedicalVehicle, isInMedicalFacility and hasTourniquetAppliedTo functions. 2015-02-22 00:44:11 +01:00
fnc_init.sqf switched back to old init method 2015-04-19 17:28:47 +02:00
fnc_isBeingCarried.sqf Medical - isBeingCarried 2015-04-03 14:37:04 -05:00
fnc_isBeingDragged.sqf Medical - isBeingCarried 2015-04-03 14:37:04 -05:00
fnc_isInMedicalFacility.sqf Switch everything to use modelToWorldVisual instead of modelToWorld. 2015-04-03 15:26:27 -07:00
fnc_isInMedicalVehicle.sqf Fixed treatment locations 2015-04-06 14:32:37 +02:00
fnc_isMedic.sqf Make isMedic even prettier 2015-03-19 22:34:12 +01:00
fnc_isMedicalVehicle.sqf Fixed treatment locations 2015-04-06 14:32:37 +02:00
fnc_itemCheck.sqf Removed GVAR/QGVAR from items 2015-03-21 22:22:28 +01:00
fnc_modifyMedicalAction.sqf Also display different color for advanced 2015-04-25 12:45:04 +02:00
fnc_moduleAdvancedMedicalSettings.sqf Reorganised module and settings #809 2015-04-25 22:20:28 +02:00
fnc_moduleAssignMedicalFacility.sqf headers 2015-03-07 13:47:28 +01:00
fnc_moduleAssignMedicalVehicle.sqf Added settings to modules & fixed medicalVehicle module 2015-04-04 21:51:18 +02:00
fnc_moduleAssignMedicRoles.sqf headers 2015-03-07 13:47:28 +01:00
fnc_moduleMedicalSettings.sqf Reorganised module and settings #809 2015-04-25 22:20:28 +02:00
fnc_moduleReviveSettings.sqf Reorganised module and settings #809 2015-04-25 22:20:28 +02:00
fnc_onMedicationUsage.sqf Support for enableOverdosing setting in advanced 2015-04-03 21:53:58 +02:00
fnc_onPropagateWound.sqf fixed incorrect macro 2015-03-21 20:08:52 +01:00
fnc_onWoundUpdateRequest.sqf Switched to event based sync system for open wounds 2015-04-14 21:17:36 +02:00
fnc_parseConfigForInjuries.sqf Improved wounds configuration (missing maxDamage values added) 2015-04-07 00:57:05 +02:00
fnc_playInjuredSound.sqf Fixed injured sounds 2015-03-08 15:13:32 +01:00
fnc_requestWoundSync.sqf Switched to event based sync system for open wounds 2015-04-14 21:17:36 +02:00
fnc_selectionNameToNumber.sqf Updated headers to correct format 2015-02-08 10:01:32 +01:00
fnc_setCardiacArrest.sqf Medical - Use default value instead of 0 for getVar 2015-04-17 12:13:23 -05:00
fnc_setDead.sqf Reorganised module and settings #809 2015-04-25 22:20:28 +02:00
fnc_setHitPointDamage.sqf fixed basic revive 2 2015-04-04 16:28:09 +02:00
fnc_setUnconscious.sqf mute unconsious units 2015-04-26 16:47:36 +02:00
fnc_treatment_failure.sqf tab 2015-04-20 22:08:31 +02:00
fnc_treatment_success.sqf tab 2015-04-20 22:08:31 +02:00
fnc_treatment.sqf fixes #653 2015-04-17 21:07:09 +02:00
fnc_treatmentAdvanced_bandage.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_treatmentAdvanced_bandageLocal.sqf enabled advanced wounds setting 2015-04-20 22:00:11 +02:00
fnc_treatmentAdvanced_CPR.sqf More work done on medical 2015-02-28 13:17:17 +01:00
fnc_treatmentAdvanced_CPRLocal.sqf Added more treatment options and variables to init 2015-02-28 11:41:27 +01:00
fnc_treatmentAdvanced_fullHeal.sqf More work done on medical 2015-02-28 13:17:17 +01:00
fnc_treatmentAdvanced_fullHealLocal.sqf Implemented bandaged wounds setting (adv) 2015-04-05 19:26:33 +02:00
fnc_treatmentAdvanced_medication.sqf Removed deprecated onTreatmentCompleted event 2015-04-07 19:54:24 +02:00
fnc_treatmentAdvanced_medicationLocal.sqf Improved pain reduction 2015-04-07 00:41:53 +02:00
fnc_treatmentBasic_bandage.sqf Remove superfluous todo 2015-03-17 08:02:55 +01:00
fnc_treatmentBasic_bloodbag.sqf Get treatment callback structure working 2015-02-28 22:10:20 +01:00
fnc_treatmentBasic_epipen.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_treatmentBasic_morphine.sqf Standardize actions across basic and advanced 2015-03-21 00:21:30 +01:00
fnc_treatmentIV.sqf Removed deprecated onTreatmentCompleted event 2015-04-07 19:54:24 +02:00
fnc_treatmentIVLocal.sqf formatting 2015-04-07 19:56:54 +02:00
fnc_treatmentTourniquet.sqf fixes #347 2015-04-16 00:14:05 +02:00
fnc_treatmentTourniquetLocal.sqf Derp 2015-04-16 00:17:17 +02:00
fnc_unconsciousPFH.sqf mute unconsious units 2015-04-26 16:47:36 +02:00
fnc_useItem.sqf Implemented useItems for treatment (basic and adv) 2015-04-03 22:40:36 +02:00
fnc_useItems.sqf Implemented useItems for treatment (basic and adv) 2015-04-03 22:40:36 +02:00
script_component.hpp Added initial port of CSE medical (CMS) 2015-01-18 22:16:35 +01:00