mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22b4788891
* added movable markers option * added restrictions * added local events * formatting + small fixes * Events for start and end modified + small adjusts * minor fixes * lazy eval * Alt as modifier key * Update XEH_postInit.sqf * Skip UI EH on headless
19 lines
399 B
C++
19 lines
399 B
C++
|
|
PREP(getEnabledChannels);
|
|
PREP(initInsertMarker);
|
|
PREP(mapDisplayInitEH);
|
|
PREP(mapDrawEH);
|
|
PREP(onLBSelChangedChannel);
|
|
PREP(onLBSelChangedColor);
|
|
PREP(onLBSelChangedShape);
|
|
PREP(onSliderPosChangedAngle);
|
|
PREP(placeMarker);
|
|
PREP(sendMarkersJIP);
|
|
PREP(setMarkerJIP);
|
|
PREP(setMarkerNetwork);
|
|
PREP(movePFH);
|
|
PREP(onMouseButtonDownMap);
|
|
PREP(onMouseButtonUpMap);
|
|
PREP(initModule);
|
|
PREP(canMoveMarker);
|