Minor suggestions for the Drop ability

EVG

Member
Hello,
I suggest adding events to the Drop ability that are triggered when attempting to drop an item that cannot be dropped. Something like this:
C#:
EventHandler.ExecuteEvent(m_GameObject, "TryDropNonDroppableItem", m_Items[i].ItemIdentifier.GetItemDefinition(), -1);
Also, I suggest changing all private variables to protected.
 

Attachments

  • 2026-05-18 142934.png
    2026-05-18 142934.png
    136.7 KB · Views: 3
Back
Top