mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add treenode:GetOpen
This commit is contained in:
parent
e3a8654b5d
commit
c6776e3158
@ -259,4 +259,14 @@ function newobject:SetOpen(bool)
|
||||
self.open = bool
|
||||
return self
|
||||
|
||||
end
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: GetOpen()
|
||||
- desc: gets whether or not the object is open
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:GetOpen()
|
||||
|
||||
return self.open
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user