mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
finish cba'ing
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user