Difference between revisions of "Osiris/API/CanMoveItem"
From Divinity Engine Wiki
m |
|||
Line 17: | Line 17: | ||
− | [[Category:Osiris Events]] | + | [[Category:Osiris Events|CanMoveItem]] |
Latest revision as of 15:02, 19 December 2017
Full Definition(s)
- event CanMoveItem((CHARACTERGUID)_Char, (ITEMGUID)_Item, (INTEGER)_RequestID)
Description
Thrown when a character attempts to move an item. Allows Osiris to intercept the move and block it if necessary by sending the call RequestProcessed back to the engine.
Parameters
- _Char: The character moving the item.
- _Item: The item being moved.
- _RequestID: An integer identifying the move request.
Notes
- If Osiris does not respond with a RequestProcessed after 1 second, the move action goes through.