mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
0ae940fdfb
Gut keybind stuff, redo data arrays, reset button, progress on color changer.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
/**
|
|
* fnc_onSettingsMenuOpen.sqf
|
|
* @Descr: called when the settings or configuration menu has opened. Do not use anywhere else.
|
|
* @Author: Glowbal
|
|
*
|
|
* @Arguments: []
|
|
* @Return:
|
|
* @PublicAPI: false
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
[MENU_TAB_OPTIONS] call FUNC(onListBoxShowSelectionChanged);
|