Osiris/API/CharacterHasTalent: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 (Created page with "===== Full Definition(s) ===== * query '''CharacterHasTalent'''('''''[in]'''(CHARACTERGUID)'''''_Character''',''''' [in]'''(STRING)'''''_Talent''',''''' [out]'''''(''INTEGER''...")  | 
				No edit summary  | 
				||
| Line 9: | Line 9: | ||
* The valid talents can be found at [[Scripting_talent_types]].  | * The valid talents can be found at [[Scripting_talent_types]].  | ||
===== See Also =====  | ===== See Also =====  | ||
*   | * [[Osiris/API/CharacterHasTalent]]  | ||
* [[Osiris/API/CharacterRemoveTalent]]  | |||
[[Category:Osiris Queries]]  | [[Category:Osiris Queries]]  | ||
Revision as of 13:21, 14 November 2017
Full Definition(s)
- query CharacterHasTalent([in](CHARACTERGUID)_Character, [in](STRING)_Talent, [out](INTEGER)__Bool)
 
Description
Returns 1 if the character has _Talent and 0 if they do not.
Return Values
- Success/Failure: Fails if _Character does not exist.
 - _Bool: 1 if character has _Talent and 0 if _Talent does not exist.
 
Notes
- The valid talents can be found at Scripting_talent_types.