IsActive
(Difference between revisions)
(Created page with "Returns the object's active state (boolean) : active = isActive(object) Example : if isActive(object) then print("object is active") end") |
Dahnielson (Talk | contribs) |
||
Line 8: | Line 8: | ||
print("object is active") | print("object is active") | ||
end | end | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 17:59, 4 February 2014
Returns the object's active state (boolean) :
active = isActive(object)
Example :
if isActive(object) then print("object is active") end