/* * Author: Glowbal * Get the variable Informations * * Arguments: * 0: Variable Name * * Return Value: * Variable Metadata * * Public: No */ #include "script_component.hpp" params ["_varName"]; + (missionNamespace getVariable [format [QGVAR(OBJECT_VARIABLES_STORAGE_%1), _varName], []])