Osiris/API/EnableSendToHomestead

From Divinity Engine Wiki
Revision as of 17:20, 19 December 2017 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call EnableSendToHomestead((CHARACTERGUID)_Character, (INTEGER)_Bool)
Description

Depending on whether _Bool is 1 or 0, enables or disables sending items to the homestead chest for _Character by right-clicking on items in their inventory.

Notes
  • When a player sends an item to the homestead, an ItemSendToHomesteadEvent is thrown.
  • See the DivinityOrigins goal GLO_LVHub_PlayerChests for how this functionality is used in the main game.
See Also