PrismaticJoint:getMotorSpeed Gets the motor speed. Function Synopsis s = PrismaticJoint:getMotorSpeed( ) Arguments None. Returns number s The motor speed, usually in meters per second. See Also PrismaticJoint
PrismaticJoint:getUpperLimit Gets the upper limit. Function Synopsis upper = PrismaticJoint:getUpperLimit( ) Arguments None. Returns number upper The upper limit, usually in meters. See Also PrismaticJoint
PrismaticJoint:hasLimitsEnabled Available since LÖVE 0.9.0 This function is not supported in earlier versions. Checks whether the limits are enabled. Function Synopsis enabled = PrismaticJoint:hasLimitsEnabled( ) Arguments None. Returns boolean enabled True if enabled, false otherwise. See Also PrismaticJoint
PrismaticJoint:isLimitEnabled Available since LÖVE 0.8.0 This function is not supported in earlier versions. Removed in LÖVE 0.9.0 It has been renamed to PrismaticJoint:hasLimitsEnabled. Checks whether the limits are enabled. Function Synopsis enabled = PrismaticJoint:isLimitEnabled( ) Arguments None. Returns boolean enabled True if enabled, false otherwise. See Also PrismaticJoint
PrismaticJoint:isLimitsEnabled Removed in LÖVE 0.8.0 This function is not supported in that and later versions. Checks whether limits are enabled. Function Synopsis enabled = PrismaticJoint:isLimitsEnabled( ) Arguments None. Returns boolean enabled True if enabled, false otherwise. See Also PrismaticJoint
PrismaticJoint:isMotorEnabled Checks whether the motor is enabled. Function Synopsis enabled = PrismaticJoint:isMotorEnabled( ) Arguments None. Returns boolean enabled True if enabled, false if disabled. See Also PrismaticJoint
PrismaticJoint:setLimits Sets the limits. Function Synopsis PrismaticJoint:setLimits( lower, upper ) Arguments number lower The lower limit, usually in meters. number upper The upper limit, usually in meters. Returns Nothing. See Also PrismaticJoint
PrismaticJoint:setLimitsEnabled Removed in LÖVE 0.8.0 This function is not supported in that version. Available since LÖVE 0.9.0 It has been renamed again. Enables/disables the joint limit. Function Synopsis enable = PrismaticJoint:setLimitsEnabled( ) Arguments None. Returns boolean enable True if enabled, false if disabled. See Also PrismaticJoint
PrismaticJoint:setLowerLimit Sets the lower limit. Function Synopsis PrismaticJoint:setLowerLimit( lower ) Arguments number lower The lower limit, usually in meters. Returns Nothing. See Also PrismaticJoint
PrismaticJoint:setMaxMotorForce Set the maximum motor force. Function Synopsis PrismaticJoint:setMaxMotorForce( f ) Arguments number f The maximum motor force, usually in N. Returns Nothing. See Also PrismaticJoint
Page 11809 of 11844