mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_onButtonClickConfirm.sqf
Fixed fnc header formatting
This commit is contained in:
parent
55fab6fd17
commit
89bc582ba3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user