Difference between revisions of "Osiris/API/ItemSendToHomesteadEvent"

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

Latest revision as of 16: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