finish cba'ing

This commit is contained in:
bux578
2015-01-12 15:47:22 +01:00
parent 7afce2a241
commit 5da1bdf9c0
12 changed files with 143 additions and 46 deletions

View File

@ -15,9 +15,11 @@
VOID
*/
#include "script_component.hpp"
private ["_unit"];
_unit = _this select 0;
["theMapClick", "onMapSingleClick", {
[_this, _pos, _shift, _alt] call AGM_SwitchUnits_fnc_handleMapClick;
[_this, _pos, _shift, _alt] call FUNC(handleMapClick);
}, [_unit, _sides]] call BIS_fnc_addStackedEventHandler;