11 lines
260 B
Markdown
11 lines
260 B
Markdown
## getFocusedObject
|
|
Gets the currently focused object
|
|
|
|
#### Returns:
|
|
1. `object` The currently focused object
|
|
|
|
#### Usage:
|
|
* Gets the currently focused object from the frame, storing it in a variable
|
|
```lua
|
|
local focusedObject = myFrame:getFocusedObject()
|
|
``` |