You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a simple list reordering, but SetDragDropPayload and AcceptDragDropPayload are not available in gdscript.
In my case the drag drop target can't be triggered (meaning BeginDragDropTarget never evaluates to true), but I'm guessing it's just because I can't set a payload.
The text was updated successfully, but these errors were encountered:
I'm trying to implement a simple list reordering, but SetDragDropPayload and AcceptDragDropPayload are not available in gdscript.
In my case the drag drop target can't be triggered (meaning BeginDragDropTarget never evaluates to true), but I'm guessing it's just because I can't set a payload.
The text was updated successfully, but these errors were encountered: