Difference between revisions of "PrismaticJoint:isMotorEnabled"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
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.}}
 +
== Other Languages ==
 +
{{i18n|PrismaticJoint:isMotorEnabled}}

Revision as of 10:01, 21 January 2011

Checks whether the motor is enabled.

Function

Synopsis

enabled = PrismaticJoint:isMotorEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false if disabled.

See Also

Other Languages