Osiris/API/CharacterUseSkillAtPosition

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterUseSkillAtPosition((CHARACTERGUID)_Character, (STRING)_SkillID, (REAL)_X, (REAL)_Y, (REAL)_Z, (INTEGER)_ForceResetCooldown, (INTEGER)_IgnoreHasSkill)
Description

Makes _Character cast/use the skill with stats ID _SkillID on the position specified by _X, _Y and _Z.

Notes
  • See CharacterUseSkill for more information on the parameters _ForceResetCooldown and _IgnoreHasSkill.
  • Unlike CharacterUseSkill this call did not receive the parameter IgnoreChecks with DOS2 Patch 5.
See Also