Osiris/API/CharacterLockedTalent

From Divinity Engine Wiki
Revision as of 22:04, 16 November 2017 by Tinkerer (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • event CharacterLockedTalent((CHARACTERGUID)_Character, (STRING)__Talent)
Description

Is thrown when a character loses a Talent.

Parameters
  • _Character: the character that lost the talent.
  • _Trigger: the lost talent.
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