mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add tooltip:GetFollowObject
This commit is contained in:
parent
d7964547fb
commit
8d65bf7f2d
@ -7,6 +7,7 @@ Version 0.9.7.1 - Alpha (Release Date TBD)
|
||||
[ADDED] a new tooltip method: GetFollowCursor()
|
||||
[ADDED] a new tooltip method: GetObject()
|
||||
[ADDED] a new tooltip method: GetFont()
|
||||
[ADDED] a new tooltip method: GetFollowObject()
|
||||
|
||||
[CHANGED] Moved library files to /libraries
|
||||
[CHANGED] Upgraded to middleclass 3.0.1
|
||||
|
@ -357,4 +357,15 @@ function newobject:SetFollowObject(bool)
|
||||
|
||||
self.followobject = bool
|
||||
|
||||
end
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: GetFollowObject()
|
||||
- desc: gets whether or not the tooltip should follow
|
||||
its assigned object
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:GetFollowObject()
|
||||
|
||||
return self.followobject
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user