mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
369 B
C++
9 lines
369 B
C++
class GVAR(cursorMenu) {
|
|
idd = 91919;
|
|
access = 0;
|
|
movingEnable = 0;
|
|
enableSimulation = 1;
|
|
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(dlgCursorMenu)),_this select 0)]; uiNamespace setVariable [ARR_2(QUOTE(QGVAR(cursorMenuOpened)),true)]);
|
|
onUnload = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(cursorMenuOpened)),false)]);
|
|
};
|