Difference between revisions of "Osiris/API/CharacterLockedTalent"
From Divinity Engine Wiki
m |
|||
Line 4: | Line 4: | ||
Is thrown when a character loses a Talent. | Is thrown when a character loses a Talent. | ||
===== Parameters ===== | ===== Parameters ===== | ||
− | * '''_Character''': the character that | + | * '''_Character''': the character that lost the talent. |
* '''_Trigger''': the talent gained. | * '''_Trigger''': the talent gained. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * The list of talents can be found at [[Scripting_talent_types]] | + | * The list of talents can be found at [[Scripting_talent_types|Scripting talent types]] |
* Is currently only thrown if the talent is removed because an item providing that talent was unequipped. | * 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|CharacterHasTalent]] |
− | * [[Osiris/API/CharacterRemoveTalent]] | + | * [[Osiris/API/CharacterRemoveTalent|CharacterRemoveTalent]] |
− | * [[Osiris/API/CharacterAddTalent]] | + | * [[Osiris/API/CharacterAddTalent|CharacterAddTalent]] |
− | * [[Osiris/API/CharacterUnlockedTalent]] | + | * [[Osiris/API/CharacterUnlockedTalent|CharacterUnlockedTalent]] |
[[Category:Osiris Events]] | [[Category:Osiris Events]] |
Revision as of 21:01, 16 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 lost 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.