Files
Basalt/docs/objects/Frame/getFocusedObject.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

260 B

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
local focusedObject = myFrame:getFocusedObject()