mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add missing method comment for tree:AddNode
This commit is contained in:
parent
15c0fae285
commit
2e0b3a2feb
@ -271,6 +271,10 @@ function newobject:mousereleased(x, y, button)
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: AddNode(text)
|
||||||
|
- desc: adds a node to the object
|
||||||
|
--]]---------------------------------------------------------
|
||||||
function newobject:AddNode(text)
|
function newobject:AddNode(text)
|
||||||
|
|
||||||
local node = loveframes.objects["treenode"]:new()
|
local node = loveframes.objects["treenode"]:new()
|
||||||
|
Loading…
Reference in New Issue
Block a user