Docs 1.6
Accidentally uploaded outdated 1.6 docs
This commit is contained in:
11
docs/docs1_6/objects/Frame/getFocusedObject.md
Normal file
11
docs/docs1_6/objects/Frame/getFocusedObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 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()
|
||||
```
|
||||
Reference in New Issue
Block a user