359 B
359 B
Object
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