mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
db6f30fcc9
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.
13 lines
238 B
Plaintext
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]; |