Difference between revisions of "Osiris/API/CharacterAddTalent"

From Divinity Engine Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
Adds '''_Talent''' to '''_Character'''.
 
Adds '''_Talent''' to '''_Character'''.
 
===== Notes =====
 
===== Notes =====
* The list of talents can be found here: [[Scripting_talent_types]].
+
* The list of talents can be found here: [[Scripting_talent_types|Scripting talent types]].
* If the Talent added or the Character isn't valid, nothing happens.
+
* If the Talent to be added or the Character are not valid, nothing happens.
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/CharacterHasTalent]]
+
* [[Osiris/API/CharacterHasTalent|CharacterHasTalent]]
* [[Osiris/API/CharacterRemoveTalent]]
+
* [[Osiris/API/CharacterRemoveTalent|CharacterRemoveTalent]]
* [[Osiris/API/CharacterUnlockedTalent]]
+
* [[Osiris/API/CharacterUnlockedTalent|CharacterUnlockedTalent]]
* [[Osiris/API/CharacterLockedTalent]]
+
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
 
    
 
    
 
[[Category:Osiris Calls]]
 
[[Category:Osiris Calls]]

Revision as of 22:03, 16 November 2017

Full Definition(s)
  • call CharacterAddTalent((CHARACTERGUID)_Character, (STRING)_Talent)
Description

Adds _Talent to _Character.

Notes
  • The list of talents can be found here: Scripting talent types.
  • If the Talent to be added or the Character are not valid, nothing happens.
See Also