This is for the love2d engine. Works with the latest version. Look at my intro to software project for some examples on how to use this
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
function gui:getHighest()
|
|
if self.Children[#self.Children]~=nil then
|
|
return self.Children[#self.Children]
|
|
end
|
|
end |