mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
#include "script_component.hpp"
|
|
|
|
#define _dsp (uiNamespace getVariable "ATragMX_Display")
|
|
|
|
(_dsp displayCtrl 600) ctrlEnable true;
|
|
(_dsp displayCtrl 601) ctrlEnable true;
|
|
(_dsp displayCtrl 602) ctrlEnable true;
|
|
|
|
(_dsp displayCtrl 600 + GVAR(currentUnit)) ctrlEnable false;
|
|
|
|
[] call FUNC(update_gun);
|
|
[] call FUNC(update_atmosphere);
|
|
[] call FUNC(update_target);
|
|
[] call FUNC(update_result);
|