From 89bc582ba30dc4ce409c3f0eba39643974833197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl?= <78355193+Daniel-H123@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:17:50 +0200 Subject: [PATCH] Update fnc_onButtonClickConfirm.sqf Fixed fnc header formatting --- .../functions/fnc_onButtonClickConfirm.sqf | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/addons/markers/functions/fnc_onButtonClickConfirm.sqf b/addons/markers/functions/fnc_onButtonClickConfirm.sqf index c2f52fecfc..24d2068116 100644 --- a/addons/markers/functions/fnc_onButtonClickConfirm.sqf +++ b/addons/markers/functions/fnc_onButtonClickConfirm.sqf @@ -1,19 +1,19 @@ #include "script_component.hpp" /* -* Author: Freddo, Daniël H. -* When the confirm button is pressed. -* -* Arguments: -* 0: Confirm button -* -* Return Value: -* None -* -* Example: -* [_buttonOk] call ACE_markers_fnc_onButtonClickConfirm -* -* Public: No -*/ + * Author: Freddo, Daniël H. + * When the confirm button is pressed. + * + * Arguments: + * 0: Confirm button + * + * Return Value: + * None + * + * Example: + * [_buttonOk] call ACE_markers_fnc_onButtonClickConfirm + * + * Public: No + */ params ["_buttonOk"]; private _display = ctrlParent _buttonOk;