ACE3/addons/optionsmenu/functions/fnc_toggleIncludeClientSettings.sqf

22 lines
321 B
Plaintext
Raw Normal View History

2015-04-05 00:17:43 +00:00
/*
* Author: Glowbal
*
*
* Arguments:
* none
*
* Return Value:
* None
*
* Example:
* call ace_optionsmenu_fnc_toggleIncludeClientSettings
*
2015-04-05 00:17:43 +00:00
* Public: No
*/
#include "script_component.hpp"
GVAR(ClientSettingsExportIncluded) = !(GVAR(ClientSettingsExportIncluded));
[] call FUNC(onServerSettingsMenuOpen);