Osiris/API/CharacterUnlockedTalent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * event '''CharacterUnlockedTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''__Talent''') ===== Description ===== Is thrown when a...")
 
No edit summary
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]]
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterHasTalent]]
* [[Osiris/API/CharacterHasTalent]]

Revision as of 13:34, 14 November 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
See Also