Difference between revisions of "Osiris/API/JumpToTurn"

From Divinity Engine Wiki
Jump to: navigation, search
m (Link DB_CombatCharacters, ObjectTurnStarted and ObjectTurnEnded)
m
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* call '''JumpToTurn'''(''(GUIDString)'''''_Target''')
+
* call '''JumpToTurn'''(''(GUIDSTRING)'''''_Target''')
 
===== Description =====
 
===== Description =====
 
Switches the current combat turn to '''_Target''', so that it can act immediately.
 
Switches the current combat turn to '''_Target''', so that it can act immediately.

Revision as of 21:46, 20 September 2017

Full Definition(s)
  • call JumpToTurn((GUIDSTRING)_Target)
Description

Switches the current combat turn to _Target, so that it can act immediately.

Notes
  • _Target must be in a combat.
  • _Target's combat information needs to have been fully initialised before this API can be used. See ObjectReadyInCombat for more information.
See Also