mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
DFUNC
This commit is contained in:
parent
e55a85cc26
commit
87adbe9b9e
@ -11,8 +11,8 @@ class RscSlider;
|
|||||||
class RscXSliderH;
|
class RscXSliderH;
|
||||||
|
|
||||||
class RscDisplayInsertMarker {
|
class RscDisplayInsertMarker {
|
||||||
onLoad = QUOTE(_this call FUNC(initInsertMarker););
|
onLoad = QUOTE(_this call DFUNC(initInsertMarker););
|
||||||
onUnload = QUOTE(_this call FUNC(placeMarker););
|
onUnload = QUOTE(_this call DFUNC(placeMarker););
|
||||||
idd = 54;
|
idd = 54;
|
||||||
movingEnable = 1;
|
movingEnable = 1;
|
||||||
class controlsBackground {
|
class controlsBackground {
|
||||||
|
Loading…
Reference in New Issue
Block a user