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