mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4 lines
278 B
Plaintext
4 lines
278 B
Plaintext
//fnc_needle.sqf
|
|
#include "\x\ace\addons\sys_arty_aimingpoints\script_component.hpp"
|
|
_needleUnlocked = GVAR(currentAimingCircle) getVariable[QGVAR(aimingCircleNeedleUnlocked), false];
|
|
GVAR(currentAimingCircle) setVariable[QGVAR(aimingCircleNeedleUnlocked), !_needleUnlocked]; |