Semantic search

love.filesystem.loadLoads a Lua file (but does not run it).
love.filesystem.mountFullPathMounts a full platform-dependent path to a zip file or folder for reading or writing in love.filesystem.
love.filesystem.openFileOpens a new File object, which represents an existing or new file on disk.
love.filesystem.unmountFullPathUnmounts a zip file or folder previously mounted with love.filesystem.mountFullPath.
love.graphics.copyBufferCopies the contents of one GraphicsBuffer to another.
love.graphics.getStencilModeGets the current stencil mode configuration.
love.graphics.getStencilStateGets the current low level stencil state.
love.graphics.getTextureFormatsGets the available pixel formats, and whether each is supported for the given Texture usage configuration.
love.graphics.newTextBatchCreates a new drawable TextBatch object.
love.graphics.readbackTextureGenerates or updates ImageData from the contents of the given Texture.
love.graphics.setBlendStateSets the low-level blending state. love.graphics.setBlendMode is a simpler function for setting a higher level blending mode.
love.graphics.setStencilModeConfigures or disables using the screen's per-pixel stencil buffer.
love.graphics.setStencilStateLow-level function to configure the screen's per-pixel stencil buffer.
love.joysticksensorupdatedCalled when a Joystick's sensor is updated with new values.
love.keyboard.isModifierActiveChecks whether a modifier key is active.
love.localechangedCallback function triggered when the user's system locale preferences have changed.
love.math.perlinNoiseGenerates a Perlin noise value in 1-4 dimensions.
love.math.simplexNoiseGenerates a Simplex noise value in 1-4 dimensions.
love.mouse.getGlobalPositionGets the global position of the mouse on the screen.
love.physics.newCircleBodyCreates a new Body with an attached CircleShape.
love.physics.newPolygonBodyCreates a new Body with an attached PolygonShape.
love.physics.newRectangleBodyCreates a new Body with an attached rectangle PolygonShape.
love.sensorProvides functionality to access device sensors.
love.sensor.hasSensorCheck in-device sensor availability.
love.sensorupdatedCalled when the in-device sensor is updated.
love.system.getPreferredLocalesGets user's preferred locales.
love.window.focusBrings the window into the foreground above other windows and sets input focus.
love.window.getPointerGets a pointer to the window's low level internal object.
lua-httpsA simple Lua HTTPS module using native platform backends where applicable.