Shape:setDensity

Shape:setDensity Removed in LÖVE 0.8.0 This function is not supported in that and later versions. Sets the density of a Shape. Do this before calling Body:setMassFromShapes. Function Synopsis Shape:setDensity( density ) Arguments number density The new density of the Shape. Returns Nothing. See Also Shape

CompressedData:getFormat

CompressedData:getFormat Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets the compression format of the CompressedData. Function Synopsis format = CompressedData:getFormat( ) Arguments None. Returns CompressedDataFormat format The format of the CompressedData. See Also CompressedData

RevoluteJoint:enableLimits

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

MouseJoint:getDampingRatio

MouseJoint:getDampingRatio Available since LÖVE 0.8.0 This method is not supported in earlier versions. Returns the damping ratio. Function Synopsis ratio = MouseJoint:getDampingRatio( ) Arguments None. Returns number ratio The new damping ratio. See Also MouseJoint MouseJoint:setDampingRatio

Mesh:setVertexColors

Mesh:setVertexColors Available since LÖVE 0.9.0 and removed in LÖVE 0.10.0 It has been replaced by Mesh:setAttributeEnabled("VertexColor", enable). Sets whether per-vertex colors are used instead of the constant color when drawing the Mesh (constant color being love.graphics.setColor.) Per-vertex colors are enabled by default for a Mesh if at least one vertex color was not the default (255, 255, 255, 255) when the Mesh was created. Function Synopsis Mesh:setVertexColors( on ) Arguments bo

love.audio.setVelocity

love.audio.setVelocity Sets the velocity of the listener. Function Synopsis love.audio.setVelocity( x, y, z ) Arguments number x The X velocity of the listener. number y The Y velocity of the listener. number z The Z velocity of the listener. Returns Nothing. See Also love.audio

PrismaticJoint:setMotorSpeed

PrismaticJoint:setMotorSpeed Sets the motor speed. Function Synopsis PrismaticJoint:setMotorSpeed( s ) Arguments number s The motor speed, usually in meters per second. Returns Nothing. See Also PrismaticJoint

Contact:getFriction

Contact:getFriction Get the friction between two shapes that are in contact. Function Synopsis friction = Contact:getFriction( ) Arguments None. Returns number friction The friction of the contact. See Also Contact

love.audio.getDistanceModel

love.audio.getDistanceModel Available since LÖVE 0.8.0 This function is not supported in earlier versions. Returns the distance attenuation model. Function Synopsis model = love.audio.getDistanceModel( ) Arguments None. Returns DistanceModel model The current distance model. The default is 'inverseclamped'. See Also love.audio

PulleyJoint:setRatio

PulleyJoint:setRatio Set the pulley ratio. Function Synopsis PulleyJoint:setRatio( ratio ) Arguments number ratio The new pulley ratio of the joint. Returns Nothing. See Also PulleyJoint