348 B
348 B
getName
Returns the given name of the object
Returns:
stringname
Usage:
- Prints name of object to debug window
local main = basalt.createFrame()
basalt.debug(main:getName()) -- returns the uuid
local main = basalt.createFrame("myFirstMainFrame")
basalt.debug(main:getName()) -- returns myFirstMainFrame