RandomGenerator:randomNormal
  • References/Game Development/LÖVE/love.math/RandomGenerator

RandomGenerator:randomNormal Available since LÖVE 0.9.0 This function is not supported in earlier versions. Get a normally distributed pseudo

2025-01-10 15:47:30
Body:getAngularDamping
  • References/Game Development/LÖVE/love.physics/Body

Body:getAngularDamping Gets the Angular damping of the Body The angular damping is the rate of decrease of the angular velocity over time: A spinning body with no damping and

2025-01-10 15:47:30
Fixture:getDensity
  • References/Game Development/LÖVE/love.physics/Fixture

Fixture:getDensity Available since LÖVE 0.8.0 This method is not supported in earlier versions. Returns the density of the fixture.

2025-01-10 15:47:30
love.graphics.getBackgroundColor
  • References/Game Development/LÖVE/love.graphics

love.graphics.getBackgroundColor Gets the current background color. Function Synopsis

2025-01-10 15:47:30
love.timer.getDelta
  • References/Game Development/LÖVE/love.timer

love.timer.getDelta Returns the time between the last two frames. Function Synopsis

2025-01-10 15:47:30
SoundData:setSample
  • References/Game Development/LÖVE/love.sound/SoundData

SoundData:setSample Sets the sample at the specified position. Function Synopsis

2025-01-10 15:47:30
Fixture:getShape
  • References/Game Development/LÖVE/love.physics/Fixture

Fixture:getShape Available since LÖVE 0.8.0 This method is not supported in earlier versions. Returns the shape of the fixture. This shape is

2025-01-10 15:47:30
love.filesystem.getSaveDirectory
  • References/Game Development/LÖVE/love.filesystem

love.filesystem.getSaveDirectory Gets the full path to the designated save directory. This can be useful if you want to use the standard io library (or something else) to read or write in

2025-01-10 15:47:30
Body:getAngle
  • References/Game Development/LÖVE/love.physics/Body

Body:getAngle Get the angle of the body. The angle is measured in radians.

2025-01-10 15:47:30
love.keyboard.setKeyRepeat
  • References/Game Development/LÖVE/love.keyboard

love.keyboard.setKeyRepeat Enables or disables key repeat for love.keypressed

2025-01-10 15:47:30