ACE3/TO_MERGE/cse/gui/radialmenu/fn_setRadialMenuTargetName_gui.sqf
Thomas Kooi db6f30fcc9 Added cse_gui source
Does not include the Icon pack. When using the UI it may throw up some missing .paa file errors. Replacements will need to be found if we want to use those.
2015-01-12 23:23:51 +01:00

13 lines
238 B
Plaintext

/**
* fn_setRadialMenuTargetName_gui.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
private ["_menuName"];
_menuName = [_this, 0, "",[""]] call BIS_fnc_Param;
ctrlSetText [2, _menuName];