mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Hint for Building to move / remove / upgrade
This commit is contained in:
parent
8b4d6d457e
commit
6d748531d4
@ -20,7 +20,7 @@ class build_upgrade
|
|||||||
//action = "dyna_cursorTarget call EPOCH_QuickUpgrade;"; //TODO: scripted dyna menu
|
//action = "dyna_cursorTarget call EPOCH_QuickUpgrade;"; //TODO: scripted dyna menu
|
||||||
action = "";
|
action = "";
|
||||||
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_upgrade.paa";
|
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_upgrade.paa";
|
||||||
tooltip = "Upgrade";
|
tooltipcode = "format['Upgrade %1',getText(configFile >> 'CfgVehicles' >> (typeof dyna_cursorTarget) >> 'displayName')]";
|
||||||
class special {}; //uses external config, hardcoded
|
class special {}; //uses external config, hardcoded
|
||||||
};
|
};
|
||||||
class build_remove
|
class build_remove
|
||||||
@ -28,14 +28,14 @@ class build_remove
|
|||||||
condition = "dyna_buildMode select 1";
|
condition = "dyna_buildMode select 1";
|
||||||
action = "dyna_cursorTarget call EPOCH_removeBUILD;";
|
action = "dyna_cursorTarget call EPOCH_removeBUILD;";
|
||||||
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_remove.paa";
|
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_remove.paa";
|
||||||
tooltip = "Remove";
|
tooltipcode = "format['Remove %1',getText(configFile >> 'CfgVehicles' >> (typeof dyna_cursorTarget) >> 'displayName')]";
|
||||||
};
|
};
|
||||||
class build_move
|
class build_move
|
||||||
{
|
{
|
||||||
condition = "dyna_buildMode select 2";
|
condition = "dyna_buildMode select 2";
|
||||||
action = "dyna_cursorTarget call EPOCH_fnc_SelectTargetBuild;";
|
action = "dyna_cursorTarget call EPOCH_fnc_SelectTargetBuild;";
|
||||||
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_move.paa";
|
icon = "x\addons\a3_epoch_code\Data\UI\buttons\build_move.paa";
|
||||||
tooltip = "Move";
|
tooltipcode = "format['Move %1',getText(configFile >> 'CfgVehicles' >> (typeof dyna_cursorTarget) >> 'displayName')]";
|
||||||
};
|
};
|
||||||
|
|
||||||
//Vehicle interaction
|
//Vehicle interaction
|
||||||
|
Loading…
Reference in New Issue
Block a user