IsActive

(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns the object's active state (boolean) : active = isActive(object) Example : if isActive(object) then print("object is active") end")
 
Line 8: Line 8:
 
     print("object is active")
 
     print("object is active")
 
  end
 
  end
 +
 +
[[Category:Lua scripting]]

Revision as of 18:59, 4 February 2014

Returns the object's active state (boolean) :

active = isActive(object)

Example :

if isActive(object) then
    print("object is active")
end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox