Difference between revisions of "Osiris/API/CharacterStatusApplied"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented CharacterStatusApplied)
 
m
Line 19: Line 19:
 
* [[Osiris/API/ItemStatusRemoved|ItemStatusRemoved]]
 
* [[Osiris/API/ItemStatusRemoved|ItemStatusRemoved]]
  
[[Category:Osiris Events]]
+
[[Category:Osiris Events|CharacterStatusApplied]]

Revision as of 15:51, 19 December 2017

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

Thrown when a status has been applied to a character.

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