IsVisible
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lua-function|isVisible|object}} | |
− | + | ||
+ | Return a boolean value about the vsibility of the object. True if visible, false if not visible. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
[[Category:Lua scripting]] | [[Category:Lua scripting]] | ||
+ | [[Category:Lua function]] | ||
+ | [[Category:Object]] |
Latest revision as of 00:15, 9 February 2014
isVisible(object)
Return a boolean value about the vsibility of the object. True if visible, false if not visible.
-
object
: object to operate on