mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
/*
|
|
* Author: Ruthberg
|
|
* Saves user data into profileNamespace
|
|
*
|
|
* Arguments:
|
|
* Nothing
|
|
*
|
|
* Return Value:
|
|
* Nothing
|
|
*
|
|
* 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)];
|