Difference between revisions of "Osiris/API/ItemStatusAttempt"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * event '''ItemStatusAttempt'''(''(ITEMGUID)'''''_Item''', ''(STRING)'''''_Status''', ''(GUIDSTRING)'''''_Causee''') ===== Description ===== Thr...")
(No difference)

Revision as of 14:49, 19 December 2017

Full Definition(s)
  • event ItemStatusAttempt((ITEMGUID)_Item, (STRING)_Status, (GUIDSTRING)_Causee)
Description

Thrown when a status is being applied to a item, before determining whether the application will be blocked.

Parameters
  • _Item: The item on which the status is attempted.
  • _Status: The attempted status.
  • _Causee: The character or item originally responsible for attempting this status, if available; NULL otherwise.
Notes
  • /
See Also