Osiris/API/ItemSendToHomesteadEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Document ItemSendToHomesteadEvent)
 
mNo edit summary
 
Line 11: Line 11:
* [[Osiris/API/EnableSendToHomestead|EnableSendToHomestead]]
* [[Osiris/API/EnableSendToHomestead|EnableSendToHomestead]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events|ItemSendToHomesteadEvent]]

Latest revision as of 14:14, 19 December 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