Difference between revisions of "Osiris/API/CharacterRemoveTalent"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterRemoveTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Removes '''_Talent'''...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Removes '''_Talent''' from '''_Character'''.
 
Removes '''_Talent''' from '''_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 removed or the Character are not valid, nothing happens.
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/CharacterHasTalent]]
+
* [[Osiris/API/CharacterHasTalent|CharacterHasTalent]]
* [[Osiris/API/CharacterAddTalent]]
+
* [[Osiris/API/CharacterAddTalent|CharacterAddTalent]]
* [[Osiris/API/CharacterUnlockedTalent]]
+
* [[Osiris/API/CharacterUnlockedTalent|CharacterUnlockedTalent]]
 +
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
 
    
 
    
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|CharacterRemoveTalent]]

Latest revision as of 16:19, 19 December 2017

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

Removes _Talent from _Character.

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