Osiris/API/ItemSendToHomesteadEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Document ItemSendToHomesteadEvent)
(No difference)

Revision as of 18:46, 20 September 2017

Full Definition(s)
  • event ItemSendToHomesteadEvent((CHARACTERGUID)_Character, (ITEMGUID)_Item)
Description

Thrown when an item owned by a character is sent to the homestead/Lady Vengeance by right-clicking on it and choosing "Send to Lady Vengeance".

Parameters
  • _Character: the character owning the item.
  • _Item: the item being sent.
Notes
See Also