Update fnc_onButtonClickConfirm.sqf

Fixed fnc header formatting
This commit is contained in:
Daniël 2023-08-10 02:17:50 +02:00 committed by GitHub
parent 55fab6fd17
commit 89bc582ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
#include "script_component.hpp"
/*
* Author: Freddo, Daniël H.
* When the confirm button is pressed.
*
* Arguments:
* 0: Confirm button <CONTROL>
*
* 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 <CONTROL>
*
* Return Value:
* None
*
* Example:
* [_buttonOk] call ACE_markers_fnc_onButtonClickConfirm
*
* Public: No
*/
params ["_buttonOk"];
private _display = ctrlParent _buttonOk;