Returns the Frame object associated with the given name.

Returns nil if there is no UI object with the name given, or if the named UI object is not a Frame.


See also Utility functions.

Signature:

frame = GetClickFrame("name")

Arguments:

  • name - Name of a Frame or other UI object (string)

Returns:

  • frame - A reference to the named frame (table)