Osiris/API/CharacterLockedTalent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * event '''CharacterLockedTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''__Talent''') ===== Description ===== Is thrown when a ch...")
 
No edit summary
Line 8: Line 8:
===== Notes =====
===== Notes =====
* The list of talents can be found at [[Scripting_talent_types]]
* The list of talents can be found at [[Scripting_talent_types]]
* Is currently only thrown if the talent is removed because an item providing that talent was unequipped.
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterHasTalent]]
* [[Osiris/API/CharacterHasTalent]]

Revision as of 13:50, 14 November 2017

Full Definition(s)
  • event CharacterLockedTalent((CHARACTERGUID)_Character, (STRING)__Talent)
Description

Is thrown when a character loses a Talent.

Parameters
  • _Character: the character that gained the talent.
  • _Trigger: the talent gained.
Notes
  • The list of talents can be found at Scripting_talent_types
  • Is currently only thrown if the talent is removed because an item providing that talent was unequipped.
See Also