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 RscDisplayInsertMarker {
|
||||
onLoad = QUOTE(_this call FUNC(initInsertMarker););
|
||||
onUnload = QUOTE(_this call FUNC(placeMarker););
|
||||
onLoad = QUOTE(_this call DFUNC(initInsertMarker););
|
||||
onUnload = QUOTE(_this call DFUNC(placeMarker););
|
||||
idd = 54;
|
||||
movingEnable = 1;
|
||||
class controlsBackground {
|
||||
|
Loading…
Reference in New Issue
Block a user