Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetPlayerInfoByGUID
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ Returns basic information about another player from their GUID. locClass, engClass, locRace, engRace, gender, name, server = GetPlayerInfoByGUID("guid") == Arguments == ;guid : String - The GUID of the player you're querying about. == Returns == ;locClass : String - Class of the character in question (localized) ;engClass : String - Class of the character in question (in English) ;locRace : String - Race of the character in question (localized) ;engRace : String - Race of the character in question (in English) ; gender : String - Gender of the character in question (2: male, 3: female). ; name : String - Name of the character in question (first letter uppercased). ; server : String - Server of the character in question (first letter uppercased). If the character is on the same server then the empty string "". == Notes == * This function was added in [[Patch 3.2]] * The information is not encoded in the GUID itself; as such, no data is available until the client has encountered the queried GUID. * You can test it with the below (requiring a target, nil if the target is not a player). /run print([https://wowwiki.fandom.com/wiki/API_GetPlayerInfoByGUID GetPlayerInfoByGUID](UnitGUID("target")))
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)