DEFUNC -> DFUNC

This commit is contained in:
Glowbal 2015-03-10 19:51:51 +01:00
parent 1dd270812d
commit a4d73e1b01

View File

@ -347,7 +347,7 @@ class CfgVehicles {
class ACE_Actions { class ACE_Actions {
class ACE_Head { class ACE_Head {
statement = QUOTE([ARR_3(_target, true, 0)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 0)] call DFUNC(displayPatientInformation));
class Bandage_Head { class Bandage_Head {
displayName = "Bandage Head"; displayName = "Bandage Head";
@ -406,7 +406,7 @@ class CfgVehicles {
displayName = "Medical"; displayName = "Medical";
distance = 5.0; distance = 5.0;
condition = "true"; condition = "true";
statement = QUOTE([ARR_3(_target, true, 1)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 1)] call DFUNC(displayPatientInformation));
showDisabled = 1; showDisabled = 1;
priority = 2; priority = 2;
hotkey = "M"; hotkey = "M";
@ -481,7 +481,7 @@ class CfgVehicles {
}; };
}; };
class ACE_ArmLeft { class ACE_ArmLeft {
statement = QUOTE([ARR_3(_target, true, 2)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 2)] call DFUNC(displayPatientInformation));
class Bandage_LeftArm { class Bandage_LeftArm {
displayName = "Bandage Left Arm"; displayName = "Bandage Left Arm";
@ -602,7 +602,7 @@ class CfgVehicles {
}; };
}; };
class ACE_ArmRight { class ACE_ArmRight {
statement = QUOTE([ARR_3(_target, true, 3)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 3)] call DFUNC(displayPatientInformation));
class Bandage_RightArm { class Bandage_RightArm {
displayName = "Bandage Right Arm"; displayName = "Bandage Right Arm";
distance = 2.0; distance = 2.0;
@ -723,7 +723,7 @@ class CfgVehicles {
}; };
class ACE_LegLeft { class ACE_LegLeft {
statement = QUOTE([ARR_3(_target, true, 4)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 4)] call DFUNC(displayPatientInformation));
class Bandage_LeftLeg { class Bandage_LeftLeg {
displayName = "Bandage Left Leg"; displayName = "Bandage Left Leg";
distance = 2.0; distance = 2.0;
@ -834,7 +834,7 @@ class CfgVehicles {
}; };
}; };
class ACE_LegRight { class ACE_LegRight {
statement = QUOTE([ARR_3(_target, true, 5)] call DEFUNC(displayPatientInformation)); statement = QUOTE([ARR_3(_target, true, 5)] call DFUNC(displayPatientInformation));
class Bandage_RightLeg { class Bandage_RightLeg {
displayName = "Bandage Right Leg"; displayName = "Bandage Right Leg";
distance = 2.0; distance = 2.0;