Osiris/API/JumpToTurn

From Divinity Engine Wiki
Revision as of 10:54, 13 September 2017 by Tinkerer (talk | contribs) (JumpToTurn documented)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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