Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API Region GetName
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!
{{widgetmethod|removed=1.10.0|replace=Moved to {{apiwidget|UIObject:GetName}}}} This function obtains the value of the current XML object. E.g. WorldFrame:GetName() returns "WorldFrame". local name = region:GetName() == Parameters == === Returns === * name (string) - containing the name of the object == Example == local name = PlayerFrame:GetName() ;Result name = "PlayerFrame" == Details == Obtains the XML name of an object. Great for a lot of uses, like generic object handling functions. == Notes == * Moved in patch 1.10.0 from {{apiwidget|Region}} to {{apiwidget|UIObject:GetName}}
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:Ambox
(
edit
)
Template:Api
(
edit
)
Template:Apinav
(
edit
)
Template:Apiwidget
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Widget
(
edit
)
Template:Widgetmethod
(
edit
)
Template:WoW/removedapi
(
edit
)