Osiris/API/ObjectLeftCombat

From Divinity Engine Wiki
Revision as of 15:52, 8 August 2017 by Tinkerer (talk | contribs) (Osiris Core APIs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event ObjectLeftCombat((GUIDSTRING)_Object, (INTEGER)_CombatID)
Description

Thrown when an object (character or item) leaves a combat.

Parameters
  • _Object: The object that has left the combat
  • _CombatID: A handle that identifies the combat. Should always be > 0.
Notes
  • Reasons why characters may leave combat is because they died, because they got too far from the other participants, or because story forced them to leave.
See Also