Osiris/API/CharacterStatusAttempt: Difference between revisions

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


[[Category:Osiris Events]]
[[Category:Osiris Events|CharacterStatusAttempt]]

Revision as of 13:51, 19 December 2017

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

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

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