Difference between revisions of "Osiris/API/CharacterLockedTalent"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * event '''CharacterLockedTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''__Talent''') ===== Description ===== Is thrown when a ch...") |
|||
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 14: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.