ACE3/addons/optionsmenu/functions/fnc_onSettingsMenuOpen.sqf
PabstMirror 0ae940fdfb Rough Conversion
Gut keybind stuff, redo data arrays, reset button, progress on color
changer.
2015-01-21 05:43:58 -06:00

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);