Difference between revisions of "Osiris/API/ItemStatusRemoved"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented ItemStatusRemoved)
 
m
 
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* event '''ItemStatusRemoved'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Status''', ''(GUIDSTRING)'''''_Causee''')
+
* event '''ItemStatusRemoved'''(''(ITEMGUID)'''''_Item''', ''(STRING)'''''_Status''', ''(GUIDSTRING)'''''_Causee''')
 
===== Description =====
 
===== Description =====
 
Thrown when a [[Scripting_status_types|status]] is removed from an item.
 
Thrown when a [[Scripting_status_types|status]] is removed from an item.
 
===== Parameters =====
 
===== Parameters =====
* '''_Character''': The item from which the status has been removed.
+
* '''_Item''': The item from which the status has been removed.
 
* '''_Status''': The removed status.
 
* '''_Status''': The removed status.
 
* '''_Causee''': The character or item responsible for removing this status, if available and relevant (it could also just have timed out); '''''NULL''''' otherwise.
 
* '''_Causee''': The character or item responsible for removing this status, if available and relevant (it could also just have timed out); '''''NULL''''' otherwise.

Latest revision as of 09:42, 22 February 2019

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

Thrown when a status is removed from an item.

Parameters
  • _Item: The item from which the status has been removed.
  • _Status: The removed status.
  • _Causee: The character or item responsible for removing this status, if available and relevant (it could also just have timed out); NULL otherwise.
Notes
  • /
See Also