mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Restore addToInjuredCollection as a deprecated function
This commit is contained in:
parent
bed51ac8a4
commit
085860c770
@ -11,6 +11,7 @@ PREP(actionLoadUnit);
|
|||||||
PREP(actionUnloadUnit);
|
PREP(actionUnloadUnit);
|
||||||
PREP(addDamageToUnit);
|
PREP(addDamageToUnit);
|
||||||
PREP(addHeartRateAdjustment);
|
PREP(addHeartRateAdjustment);
|
||||||
|
PREP(addToInjuredCollection);
|
||||||
PREP(addToLog);
|
PREP(addToLog);
|
||||||
PREP(addToTriageCard);
|
PREP(addToTriageCard);
|
||||||
PREP(addUnconsciousCondition);
|
PREP(addUnconsciousCondition);
|
||||||
|
17
addons/medical/functions/fnc_addToInjuredCollection.sqf
Normal file
17
addons/medical/functions/fnc_addToInjuredCollection.sqf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/*
|
||||||
|
* Author: Glowbal
|
||||||
|
* Enabled the vitals loop for a unit.
|
||||||
|
*
|
||||||
|
* Arguments:
|
||||||
|
* 0: The Unit <OBJECT>
|
||||||
|
*
|
||||||
|
* ReturnValue:
|
||||||
|
* None
|
||||||
|
*
|
||||||
|
* Deprecated
|
||||||
|
*/
|
||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
ACE_DEPRECATED("ace_medical_fnc_addToInjuredCollection","3.7.0","ace_medical_fnc_addVitalLoop");
|
||||||
|
|
||||||
|
_this call FUNC(addVitalLoop);
|
Loading…
Reference in New Issue
Block a user