Hi!
I want to show an error message when a user tries to move the node to its own childs.
For example:
Node A
-node a.1
-node a.2
Move node A to node a.1. I want to show an error message and cancel the operation with set_cancel. Im not sure which client event to subscribe. I tried with the OnClientNodeDropping and OnClientNodeDropped but it did not trigger any of these events.
Thanks
I want to show an error message when a user tries to move the node to its own childs.
For example:
Node A
-node a.1
-node a.2
Move node A to node a.1. I want to show an error message and cancel the operation with set_cancel. Im not sure which client event to subscribe. I tried with the OnClientNodeDropping and OnClientNodeDropped but it did not trigger any of these events.
Thanks