node: remove_child_at function

This commit is contained in:
BlackMATov
2020-04-22 08:20:53 +07:00
parent 906dfcd292
commit 969180f3db
5 changed files with 41 additions and 0 deletions

View File

@@ -145,5 +145,10 @@ function node.bring_to_front(self) end
---@return node
function node.child_at(self, index) end
---@param self node
---@param index integer
---@return node
function node.remove_child_at(self, index) end
---@type node
_G.node = _G.node or node