ACE3/addons/kestrel4500/functions/fnc_storeUserData.sqf

20 lines
376 B
Plaintext
Raw Normal View History

2015-05-14 13:39:29 +00:00
/*
* Author: Ruthberg
* Saves user data into profileNamespace
*
* Arguments:
2015-08-13 23:55:54 +00:00
* None
2015-05-14 13:39:29 +00:00
*
* Return Value:
2015-08-13 23:55:54 +00:00
* None
2015-05-14 13:39:29 +00:00
*
* Example:
* call ace_kestrel4500_fnc_store_user_data
*
* Public: No
*/
#include "script_component.hpp"
profileNamespace setVariable ["ACE_Kestrel4500_menu", GVAR(menu)];
profileNamespace setVariable ["ACE_Kestrel4500_RefHeading", GVAR(RefHeading)];