Difference between revisions of "RevoluteJoint:isMotorEnabled"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Checks whether the motor is enabled.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks whether the motor is enabled.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|RevoluteJoint:isMotorEnabled}}

Latest revision as of 17:31, 25 March 2011

Checks whether the motor is enabled.

Function

Synopsis

enabled = RevoluteJoint:isMotorEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false if disabled.

See Also


Other Languages