Rasterizer:getLineHeight Available since LÖVE 0.7.0 This function is not supported in earlier versions. TODO See Also Rasterizer
Rasterizer:hasGlyphs Available since LÖVE 0.7.0 This function is not supported in earlier versions. TODO See Also Rasterizer GlyphData
RevoluteJoint:enableLimit Available since LÖVE 0.8.0 This method is not supported in earlier versions. Removed in LÖVE 0.9.0 It has been renamed to RevoluteJoint:setLimitsEnabled. Enables or disables the joint limits. Function Synopsis RevoluteJoint:enableLimit( enable ) Arguments boolean enable True to enable, false to disable. Returns Nothing. See Also RevoluteJoint RevoluteJoint:isLimitsEnabled RevoluteJoint:setLimits
RevoluteJoint:enableLimits Available since LÖVE 0.8.0 This method is not supported in earlier versions. Removed in LÖVE 0.9.0 It has been renamed to RevoluteJoint:setLimitsEnabled. Enables or disables the joint limits. Function Synopsis RevoluteJoint:enableLimit( enable ) Arguments boolean enable True to enable, false to disable. Returns Nothing. See Also RevoluteJoint RevoluteJoint:isLimitsEnabled RevoluteJoint:setLimits
RevoluteJoint:enableMotor Available since LÖVE 0.8.0 This method is not supported in earlier versions. Removed in LÖVE 0.9.0 It has been renamed to RevoluteJoint:setMotorEnabled. Starts or stops the joint motor. Function Synopsis RevoluteJoint:enableMotor( enable ) Arguments boolean enable True to enable, false to disable. Returns Nothing. See Also RevoluteJoint
RevoluteJoint:getJointAngle Get the current joint angle. Function Synopsis angle = RevoluteJoint:getJointAngle( ) Arguments None. Returns number angle The joint angle in radians. See Also RevoluteJoint
RevoluteJoint:getJointSpeed Get the current joint angle speed. Function Synopsis s = RevoluteJoint:getJointSpeed( ) Arguments None. Returns number s Joint angle speed in radians/second. See Also RevoluteJoint
RevoluteJoint:getLimits Gets the joint limits. Function Synopsis lower, upper = RevoluteJoint:getLimits( ) Arguments None. Returns number lower The lower limit, in radians. number upper The upper limit, in radians. See Also RevoluteJoint
RevoluteJoint:getLowerLimit Gets the lower limit. Function Synopsis lower = RevoluteJoint:getLowerLimit( ) Arguments None. Returns number lower The lower limit, in radians. See Also RevoluteJoint
RevoluteJoint:getMaxMotorTorque Gets the maximum motor force. Function Synopsis f = RevoluteJoint:getMaxMotorTorque( ) Arguments None. Returns number f The maximum motor force, in Nm. See Also RevoluteJoint
Page 11813 of 11844