Osiris/API/ObjectTurnEnded: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented ObjectTurnEnded)
 
m (fixed link to ObjectTurnStarted)
Line 11: Line 11:
* [[Osiris/API/ObjectReadyInCombat|ObjectReadyInCombat]]
* [[Osiris/API/ObjectReadyInCombat|ObjectReadyInCombat]]
* [[Osiris/API/JumpToTurn|JumpToTurn]]
* [[Osiris/API/JumpToTurn|JumpToTurn]]
* [[Osiris/API/ObjectTurnEnded|ObjectTurnEnded]]
* [[Osiris/API/ObjectTurnStarted|ObjectTurnStarted]]
* Helper [[Osiris/Shared/DB_CombatCharacters|DB_CombatCharacters]]
* Helper [[Osiris/Shared/DB_CombatCharacters|DB_CombatCharacters]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events]]

Revision as of 19:04, 20 September 2017

Full Definition(s)
  • event ObjectTurnEnded((GUIDSTRING)_Object)
Description

Thrown when an object is in combat, and its current turn has ended.

Parameters
  • _Object: the character or item whose turn ended.
Notes
  • /
See Also