Difference between revisions of "RevoluteJoint:isMotorEnabled"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
Checks whether the motor is enabled.
 
Checks whether the motor is enabled.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether the motor is enabled.}}
 
{{#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