Code: Select all
love.getDistanceModel = love.audio.getDistanceModel
love.getNumSources = love.audio.getNumSources
love.getListenerOrientation = love.audio.getOrientation
love.getListenerPosition = love.audio.getPosition
love.getListenerVelocity = love.audio.getVelocity
love.getVolume = love.audio.getVolume
love.newSource = love.audio.newSource
love.pause = love.audio.pause
love.play = love.audio.play
love.resume = love.audio.resume
love.rewind = love.audio.rewind
love.setDistanceModel = love.audio.setDistanceModel
love.setListenerOrientation = love.audio.setOrientation
love.setListenerPosition = love.audio.setPosition
love.setListenerVelocity = love.audio.setVelocity
love.setVolume = love.audio.setVolume
love.stop = love.audio.stop
love.clear = love.event.clear
love.poll = love.event.poll
love.pump = love.event.pump
love.pushEvent = love.event.push
love.pushQuit = love.event.quit
love.wait = love.event.wait
love.enumerate = love.filesystem.enumerate
love.exists = love.filesystem.exists
love.getAppdataDirectory = love.filesystem.getAppdataDirectory
love.getLastModified = love.filesystem.getLastModified
love.getSaveDirectory = love.filesystem.getSaveDirectory
love.getUserDirectory = love.filesystem.getUserDirectory
love.getWorkingDirectory = love.filesystem.getWorkingDirectory
love.isDirectory = love.filesystem.isDirectory
love.isFile = love.filesystem.isFile
love.lines = love.filesystem.lines
love.loadLua = love.filesystem.load
love.mkdir = love.filesystem.mkdir
love.newFile = love.filesystem.newFile
love.newFileData = love.filesystem.newFileData
love.read = love.filesystem.read
love.remove = love.filesystem.remove
love.setIdentity = love.filesystem.setIdentity
love.write = love.filesystem.write
love.newFontData = love.font.newFontData
love.newGlyphData = love.font.newGlyphData
love.newRasterizer = love.font.newRasterizer
love.arc = love.graphics.arc
love.checkMode = love.graphics.checkMode
love.circle = love.graphics.circle
love.clear = love.graphics.clear
love.drawObject = love.graphics.draw
love.drawq = love.graphics.drawq
love.getBackgroundColor = love.graphics.getBackgroundColor
love.getBlendMode = love.graphics.getBlendMode
love.getCanvas = love.graphics.getCanvas
love.getCaption = love.graphics.getCaption
love.getColor = love.graphics.getColor
love.getColorMode = love.graphics.getColorMode
love.getDefaultImageFilter = love.graphics.getDefaultImageFilter
love.getFont = love.graphics.getFont
love.getWindowHeight = love.graphics.getHeight
love.getLineStyle = love.graphics.getLineStyle
love.getLineWidth = love.graphics.getLineWidth
love.getMaxPointSize = love.graphics.getMaxPointSize
love.getMode = love.graphics.getMode
love.getModes = love.graphics.getModes
love.getPixelEffect = love.graphics.getPixelEffect
love.getPointSize = love.graphics.getPointSize
love.getPointStyle = love.graphics.getPointStyle
love.getScissor = love.graphics.getScissor
love.getWindowWidth = love.graphics.getWidth
love.hasFocus = love.graphics.hasFocus
love.isWindowCreated = love.graphics.isCreated
love.isSupported = love.graphics.isSupported
love.line = love.graphics.line
love.newCanvas = love.graphics.newCanvas
love.newFont = love.graphics.newFont
love.newImage = love.graphics.newImage
love.newImageFont = love.graphics.newImageFont
love.newParticleSystem = love.graphics.newParticleSystem
love.newPixelEffect = love.graphics.newPixelEffect
love.newQuad = love.graphics.newQuad
love.newScreenshot = love.graphics.newScreenshot
love.newSpriteBatch = love.graphics.newSpriteBatch
love.newStencil = love.graphics.newStencil
love.point = love.graphics.point
love.polygon = love.graphics.polygon
love.pop = love.graphics.pop
love.present = love.graphics.present
love.print = love.graphics.print
love.printf = love.graphics.printf
love.push = love.graphics.push
love.quad = love.graphics.quad
love.rectangle = love.graphics.rectangle
love.reset = love.graphics.reset
love.rotate = love.graphics.rotate
love.scale = love.graphics.scale
love.setBackgroundColor = love.graphics.setBackgroundColor
love.setBlendMode = love.graphics.setBlendMode
love.setCanvas = love.graphics.setCanvas
love.setCaption = love.graphics.setCaption
love.setColor = love.graphics.setColor
love.setColorMode = love.graphics.setColorMode
love.setDefaultImageFilter = love.graphics.setDefaultImageFilter
love.setFont = love.graphics.setFont
love.setIcon = love.graphics.setIcon
love.setInvertedStencil = love.graphics.setInvertedStencil
love.setLine = love.graphics.setLine
love.setLineStyle = love.graphics.setLineStyle
love.setLineWidth = love.graphics.setLineWidth
love.setMode = love.graphics.setMode
love.setNewFont = love.graphics.setNewFont
love.setPixelEffect = love.graphics.setPixelEffect
love.setPoint = love.graphics.setPoint
love.setPointSize = love.graphics.setPointSize
love.setPointStyle = love.graphics.setPointStyle
love.setScissor = love.graphics.setScissor
love.setStencil = love.graphics.setStencil
love.shear = love.graphics.shear
love.toggleFullscreen = love.graphics.toggleFullscreen
love.translate = love.graphics.translate
love.triangle = love.graphics.triangle
love.newImageData = love.image.newImageData
love.getAxes = love.joystick.getAxes
love.getAxis = love.joystick.getAxis
love.getBall = love.joystick.getBall
love.getHat = love.joystick.getHat
love.getJoystickName = love.joystick.getName
love.getNumAxes = love.joystick.getNumAxes
love.getNumBalls = love.joystick.getNumBalls
love.getNumButtons = love.joystick.getNumButtons
love.getNumHats = love.joystick.getNumHats
love.getNumJoysticks = love.joystick.getNumJoysticks
love.isJoystickDown = love.joystick.isDown
love.getKeyRepeat = love.keyboard.getKeyRepeat
love.isKeyDown = love.keyboard.isDown
love.setKeyRepeat = love.keyboard.setKeyRepeat
love.getMousePosition = love.mouse.getPosition
love.getMouseX = love.mouse.getX
love.getMouseY = love.mouse.getY
love.isMouseDown = love.mouse.isDown
love.isMouseGrabbed = love.mouse.isGrabbed
love.isMouseVisible = love.mouse.isVisible
love.setMouseGrab = love.mouse.setGrab
love.setMousePosition = love.mouse.setPosition
love.setMouseVisible = love.mouse.setVisible
love.getDistance = love.physics.getDistance
love.getMeter = love.physics.getMeter
love.newBody = love.physics.newBody
love.newChainShape = love.physics.newChainShape
love.newCircleShape = love.physics.newCircleShape
love.newDistanceJoint = love.physics.newDistanceJoint
love.newEdgeShape = love.physics.newEdgeShape
love.newFixture = love.physics.newFixture
love.newFrictionJoint = love.physics.newFrictionJoint
love.newGearJoint = love.physics.newGearJoint
love.newMouseJoint = love.physics.newMouseJoint
love.newPolygonShape = love.physics.newPolygonShape
love.newPrismaticJoint = love.physics.newPrismaticJoint
love.newPulleyJoint = love.physics.newPulleyJoint
love.newRectangleShape = love.physics.newRectangleShape
love.newRevoluteJoint = love.physics.newRevoluteJoint
love.newRopeJoint = love.physics.newRopeJoint
love.newWeldJoint = love.physics.newWeldJoint
love.newWheelJoint = love.physics.newWheelJoint
love.newWorld = love.physics.newWorld
love.setMeter = love.physics.setMeter
love.newDecoder = love.sound.newDecoder
love.newSoundData = love.sound.newSoundData
love.getThread = love.thread.getThread
love.getThreads = love.thread.getThreads
love.newThread = love.thread.newThread
love.getDelta = love.timer.getDelta
love.getFPS = love.timer.getFPS
love.getMicroTime = love.timer.getMicroTime
love.getTime = love.timer.getTime
love.sleep = love.timer.sleep
love.step = love.timer.step