Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle old public funcs, fix strings #6890

Merged
merged 2 commits into from
Mar 25, 2019
Merged

Handle old public funcs, fix strings #6890

merged 2 commits into from
Mar 25, 2019

Conversation

PabstMirror
Copy link
Contributor

No description provided.

@PabstMirror PabstMirror added the kind/cleanup Release Notes: **CHANGED:** label Mar 24, 2019
@PabstMirror PabstMirror added this to the Medical Rewrite milestone Mar 24, 2019
// Add warning for old functions that were technically public, Remove at 3.14.0
{
missionNamespace setVariable [_x, compileFinal format ['diag_log text "ACE_Medical: Warning Formally public function [%1] has no effect in medical rewrite"; nil', _x]];
} forEach ["ace_medical_fnc_actionPlaceInBodyBag","ace_medical_fnc_actionRemoveTourniquet","ace_medical_fnc_addHeartRateAdjustment","ace_medical_fnc_addToLog","ace_medical_fnc_addToTriageCard
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All on same line or one line per function?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

word wrap should be fine 😄
most of these functions really don't make sense to be called externally,
but I thought it was better to be safe

addons/medical/XEH_preInit.sqf Outdated Show resolved Hide resolved
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
@PabstMirror PabstMirror merged commit 751ddb6 into medical-rewrite Mar 25, 2019
@PabstMirror PabstMirror deleted the mrWork1 branch March 25, 2019 03:17
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
* Handle old public funcs, fix strings

* Update addons/medical/XEH_preInit.sqf

Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
@PabstMirror PabstMirror modified the milestones: Medical Rewrite, 3.13.0 Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Release Notes: **CHANGED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants