mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
79c43179ea
* Initial Commit to unfuck whatever I fucked in Git. * Update initSettings.sqf and stringtable.xml * Implements stringtable.xml suggestion * Fixes for plotting board * Update addons/maptools/functions/fnc_handleMouseButton.sqf Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * Update addons/maptools/CfgWeapons.hpp Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * Update addons/maptools/XEH_postInitClient.sqf Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * Update addons/maptools/XEH_postInitClient.sqf Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * Cleanup * Redid calculations * Updated docs * More updated docs * Update maptools.md * Fix error and warning --------- Co-authored-by: LorenLuke <LukeLLL@aol.com> Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
15 lines
325 B
C++
15 lines
325 B
C++
PREP(calculateMapScale);
|
|
PREP(canUseMapGPS);
|
|
PREP(canUseMapTools);
|
|
PREP(drawLinesOnRoamer);
|
|
PREP(handleMouseButton);
|
|
PREP(handleMouseMove);
|
|
PREP(isInsideMapTool);
|
|
PREP(openMapGpsUpdate);
|
|
PREP(updateMapToolMarkers);
|
|
|
|
PREP(canUsePlottingBoard);
|
|
PREP(isInsidePlottingBoard);
|
|
PREP(handlePlottingBoardMarkers);
|
|
PREP(wipeMarkers);
|