Osiris/API/CharacterStatusAttempt

From Divinity Engine Wiki
Revision as of 14:25, 26 February 2018 by Tinkerer (talk | contribs) (GetStatusTurns does not yet work when the CharacterStatusAttempt event arrives)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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