Osiris/API/RequestProcessed: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''RequestProcessed'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_RequestID''', ''(INTEGER)'''''_Result''') ===== Description...")
 
No edit summary
Line 5: Line 5:
===== Notes =====
===== Notes =====
* The above requests time out and continue after 1 second if Osiris does not reply.
* The above requests time out and continue after 1 second if Osiris does not reply.
===== See Also =====
*[[Osiris/Shared/ProcBlockUseOfItem|ProcBlockUseOfItem]]


[[Category:Osiris Calls]]
[[Category:Osiris Calls]]

Revision as of 13:59, 19 December 2017

Full Definition(s)
  • call RequestProcessed((CHARACTERGUID)_Character, (INTEGER)_RequestID, (INTEGER)_Result)
Description

Response to CanUseItem, CanMoveItem, CanPickupItem, CanLockpickItem or CanCombineItem. _RequestID is the identifier of the request, supplied by the relevant event. If _Result is 0, the action attempt is blocked. Otherwise, the action pass and continues.

Notes
  • The above requests time out and continue after 1 second if Osiris does not reply.
See Also