ACE3/addons/vector/functions/fnc_getDirection.sqf

13 lines
312 B
Plaintext
Raw Normal View History

// by commy2
2015-01-14 06:24:17 +00:00
#include "script_component.hpp"
private "_dlgVectorOptics";
disableSerialization;
_dlgVectorOptics = uiNamespace getVariable ['AGM_dlgVectorOptics', displayNull];
[
round parseNumber ctrlText (_dlgVectorOptics displayCtrl 156),
round parseNumber ctrlText (_dlgVectorOptics displayCtrl 182)
]