Navigation menu

WoW:API GetCompanionInfo: Difference between revisions

Jump to navigation Jump to search
→‎Returns: Changed the order of the return variables to match the example given.
(Initial creation)
 
(→‎Returns: Changed the order of the return variables to match the example given.)
Line 19: Line 19:
<!-- List each return value, together with its type -->
<!-- List each return value, together with its type -->
:;creatureID: Integer - The NPC ID of the companion.
:;creatureID: Integer - The NPC ID of the companion.
:;creatureName: String - The name of the companion.
:;creatureSpellID: Integer - The Spell ID to cast the companion.
:;creatureSpellID: Integer - The Spell ID to cast the companion.
:;creatureName: String - The name of the companion.
:;icon: String - The texture of the icon for the companion.
:;icon: String - The texture of the icon for the companion.
:;issummoned: integer - 1 if the companion is summoned, nil if it's not
:;issummoned: integer - 1 if the companion is summoned, nil if it's not
Anonymous user