Widget API: Region:GetName

From AddOn Studio
Revision as of 16:47, 4 December 2007 by WoWWiki>Pcj
Jump to navigation Jump to search

Widget API ← Region < GetName

This function obtains the value of the current XML object. E.g. WorldFrame:GetName() returns "WorldFrame".

object:GetName()

Arguments
none

Returns
name
name
String containing the name of the object

Example
local name = PlayerFrame:GetName()
Result
name = "PlayerFrame"

Description
Obtains the XML name of an object. Great for a lot of uses, like generic object handling functions.