mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
// by commy2
|
|
#include "script_component.hpp"
|
|
|
|
private "_dlgVector";
|
|
|
|
disableSerialization;
|
|
_dlgVector = uiNamespace getVariable ["AGM_dlgVector", displayNull];
|
|
|
|
[
|
|
round parseNumber ctrlText (_dlgVector displayCtrl 156),
|
|
round parseNumber ctrlText (_dlgVector displayCtrl 182)
|
|
]
|