Osiris/API/CharacterStatusRemoved: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented CharacterStatusRemoved)
 
mNo edit summary
 
Line 19: Line 19:
* [[Osiris/API/ItemStatusRemoved|ItemStatusRemoved]]
* [[Osiris/API/ItemStatusRemoved|ItemStatusRemoved]]


[[Category:Osiris Events]]
[[Category:Osiris Events|CharacterStatusRemoved]]

Latest revision as of 13:52, 19 December 2017

Full Definition(s)
  • event CharacterStatusRemoved((CHARACTERGUID)_Character, (STRING)_Status, (GUIDSTRING)_Causee)
Description

Thrown when a status is removed from a character.

Parameters
  • _Character: The character 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