AGS 3.6.2 introduced SendEvent function, which also allows to send custom events into on_event callback.
Consider using these in DragDrop module, along with the signal properties.
Analyze if it would be convenient to deprecate signal properties when module is used in 3.6.2+ editor.
AGS 3.6.2 introduced SendEvent function, which also allows to send custom events into
on_eventcallback.Consider using these in DragDrop module, along with the signal properties.
Analyze if it would be convenient to deprecate signal properties when module is used in 3.6.2+ editor.