mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
836be21f2d
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
12 lines
275 B
C++
12 lines
275 B
C++
class RscTitles {
|
|
class GVAR(display) {
|
|
idd = -1;
|
|
onLoad = QUOTE(with uiNameSpace do { GVAR(display) = _this select 0 };);
|
|
movingEnable = 0;
|
|
duration = 9999999;
|
|
fadeIn = 0;
|
|
fadeOut = 0;
|
|
class controls {};
|
|
};
|
|
};
|