IsActive
From MaratisWiki
Revision as of 17:59, 4 February 2014 by Dahnielson (Talk | contribs)
Returns the object's active state (boolean) :
active = isActive(object)
Example :
if isActive(object) then
print("object is active")
end