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...") |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
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 | + | * '''_Trigger''': the lost talent. |
===== 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]] |
+ | * Up to and including DOS2 Patch 5 this event is 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|CharacterLockedTalent]] |
Latest revision as of 15:06, 19 December 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 lost talent.
Notes
- The list of talents can be found at Scripting talent types
- Up to and including DOS2 Patch 5 this event is only thrown if the talent is removed because an item providing that talent was unequipped.