ACE3/addons/map/functions/fnc_calculateMapScale.sqf
2015-01-15 15:50:48 -06:00

19 lines
400 B
Plaintext

/*
* Author: CAA-Picard
*
* Returns the equivalent of 100m in screen coordinates
*
* Argument:
* None
*
* Return value:
* Return
*/
#include "script_component.hpp"
_pos = ((finddisplay 12) displayctrl 51) ctrlMapScreenToWorld [0.5, 0.5];
_screenOffset = ((finddisplay 12) displayctrl 51) posWorldToScreen [(_pos select 0) + 100, (_pos select 1)];
(_screenOffset select 0) - 0.5