Osiris/API/CharacterUseSkillAtPosition: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				mNo edit summary  | 
				||
| Line 5: | Line 5: | ||
===== Notes =====  | ===== Notes =====  | ||
* See [[Osiris/API/  | * See [[Osiris/API/CharacterUseSkill|CharacterUseSkill]] for more information on the parameters '''_ForceResetCooldown''' and '''_IgnoreHasSkill'''.  | ||
* Unlike '''CharacterUseSkill''' this call did not receive the parameter '''IgnoreChecks''' with DOS2 Patch 5.  | * Unlike '''CharacterUseSkill''' this call did not receive the parameter '''IgnoreChecks''' with DOS2 Patch 5.  | ||
Revision as of 10:57, 1 December 2018
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.