Osiris/API/CharacterUnlockedTalent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
* '''_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]] | ||
===== 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/CharacterLockedTalent]] | * [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]] | ||
[[Category:Osiris Events]] | [[Category:Osiris Events|CharacterUnlockedTalent]] |
Latest revision as of 14:08, 19 December 2017
Full Definition(s)
- event CharacterUnlockedTalent((CHARACTERGUID)_Character, (STRING)__Talent)
Description
Is thrown when a character gets 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