WoW API: GetPlayerInfoByGUID

Revision as of 19:51, 12 August 2009 by WoWWiki>DigitalSorceress (Created page with '{{stub|API}} localizedClass, englishClass, localizedRace, englishRace, sex = GetPlayerInfoByGUID("guid") Returns basic information about another player from their GUID [[Cate...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetPlayerInfoByGUID

Returns basic information about another player from their GUID

localizedClass, englishClass, localizedRace, englishRace, sex = GetPlayerInfoByGUID("guid")

Parameters

Arguments

guid
String - The GUID of the player you're querying about

Returns

localizedClass
String - Class of the character in question (localized)
englishClass
String - Class of the character in question (in English)
localizedRace
String - Race of the character in question (localized)
englishRace
String - Race of the character in question (in English)
sex
String - Gender of the character in question

Example

Details

This function was added in patch 3.2 (August, 2009)