Osiris/API/ItemStatusChange

From Divinity Engine Wiki
Revision as of 14:58, 19 December 2017 by Tinkerer (talk | contribs) (Documented ItemStatusChange)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event ItemStatusChange((ITEMGUID)_Item, (STRING)_Status, (GUIDSTRING)_Causee)
Description

Thrown when a status has been applied to a item.

Parameters
  • _Item: The item on which the status has been applied.
  • _Status: The applied status.
  • _Causee: The character or item originally responsible for applying this status, if available; NULL otherwise.
Notes
See Also