Remove deprecated addToInjuredCollection function (#5559)

This commit is contained in:
jonpas 2017-09-26 18:23:20 +02:00 committed by PabstMirror
parent 098b88106c
commit 4de7953316
2 changed files with 0 additions and 22 deletions

View File

@ -11,7 +11,6 @@ PREP(actionLoadUnit);
PREP(actionUnloadUnit);
PREP(addDamageToUnit);
PREP(addHeartRateAdjustment);
PREP(addToInjuredCollection);
PREP(addToLog);
PREP(addToTriageCard);
PREP(addUnconsciousCondition);

View File

@ -1,21 +0,0 @@
/*
* Author: Glowbal
* Enabled the vitals loop for a unit. Deprecated!
*
* Arguments:
* 0: The Unit <OBJECT>
*
* Return Value:
* None
*
* Example:
* [bob] call ACE_medical_fnc_addToInjuredCollection
*
* Public: No
*/
#include "script_component.hpp"
ACE_DEPRECATED("ace_medical_fnc_addToInjuredCollection","3.7.0","ace_medical_fnc_addVitalLoop");
_this call FUNC(addVitalLoop);