Osiris/API/ObjectTurnStarted: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * event '''ObjectTurnStarted'''(''(GUIDSTRING)'''''_Object''') ===== Description ===== Thrown when an object is in combat, and its current turn...")
 
mNo edit summary
 
Line 14: Line 14:
* Helper [[Osiris/Shared/DB_CombatCharacters|DB_CombatCharacters]]
* Helper [[Osiris/Shared/DB_CombatCharacters|DB_CombatCharacters]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events|ObjectTurnStarted]]

Latest revision as of 14:15, 19 December 2017

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

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

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