mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Add treenode:GetIcon
This commit is contained in:
parent
b35ce451b4
commit
a3e5a2960c
@ -189,6 +189,12 @@ function newobject:SetIcon(icon)
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function newobject:GetIcon()
|
||||||
|
|
||||||
|
return self.icon
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
function newobject:AddNode(text)
|
function newobject:AddNode(text)
|
||||||
|
|
||||||
if not self.internals[1] then
|
if not self.internals[1] then
|
||||||
|
Loading…
Reference in New Issue
Block a user