Skip to content

(Component):moveToFront

Move the component to front/top/first most position.

Synopsis

component = component:moveToFront()

Parameters

Nothing.

Returns

component Component
Returns the caller table, so it can be chained.

Examples

local playerList = mintmousse.get("playerList")
playerList:moveToFront()

local tab = mintmousse.get("tab", "Tab")
tab:moveToFront()

See Also