Search by property
This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.
List of results
- love.hasDeprecationOutput + (Gets whether LÖVE displays warnings when using deprecated functionality.)
- love.graphics.getMeshCullMode + (Gets whether [[love.graphics.setFrontFaceWinding|back-facing]] triangles in a [[Mesh]] are culled.)
- love.keyboard.hasTextInput + (Gets whether [[love.textinput|text input]] events are enabled.)
- love.filesystem.isSymlink + (Gets whether a filepath is actually a symbolic link.)
- Channel:hasRead + (Gets whether a pushed value has been popped or otherwise removed from the Channel.)
- Mesh:isAttributeEnabled + (Gets whether a specific vertex attribute in the Mesh is enabled.)
- Shader:hasUniform + (Gets whether a uniform / extern variable exists in the Shader.)
- love.system.hasBackgroundMusic + (Gets whether another application on the system is playing music in the background.)
- love.mouse.hasCursor + (Gets whether cursor functionality is supported.)
- love.mouse.isCursorSupported + (Gets whether cursor functionality is supported.)
- (File):isEOF + (Gets whether end-of-file has been reached.)
- love.graphics.isGammaCorrect + (Gets whether gamma-correct rendering is enabled.)
- love.keyboard.hasKeyRepeat + (Gets whether key repeat is enabled.)
- love.keyboard.hasKeyRepeat (Français) + (Gets whether key repeat is enabled.)
- love.filesystem.areSymlinksEnabled + (Gets whether love.filesystem follows symbolic links.)
- ParticleSystem:hasRelativeRotation + (Gets whether particle angles and rotations are relative to their velocities.)
- Mesh:hasVertexColors + (Gets whether per-vertex colors are used when drawing the Mesh.)
- love.mouse.getRelativeMode + (Gets whether relative mode is enabled for the mouse.)
- love.keyboard.hasScreenKeyboard + (Gets whether screen keyboard is supported.)
- Body:isDestroyed + (Gets whether the Body is destroyed.)
- Body:isTouching + (Gets whether the Body is touching the given other Body.)
- Body:hasCustomMassData + (Gets whether the Body's mass data has been set to custom values.)
- Fixture:isDestroyed + (Gets whether the Fixture is destroyed.)
- Font:hasGlyphs + (Gets whether the Font can render a character or string.)
- (Image):isFormatLinear + (Gets whether the Image was [[love.graphics.newImage|created]] with a the linear (non-gamma corrected) flag set to true.)
- (Image):isCompressed + (Gets whether the Image was created from [[CompressedData]].)
- Joint:isDestroyed + (Gets whether the Joint is destroyed.)
- Joystick:isConnected + (Gets whether the Joystick is connected.)
- Joystick:isGamepad + (Gets whether the Joystick is recognized as a gamepad.)
- Joystick:isVibrationSupported + (Gets whether the Joystick supports vibration.)
- Source:isRelative + (Gets whether the Source's position and direction are relative to the listener.)
- Texture:isReadable + (Gets whether the Texture can be drawn and sent to a Shader.)
- Texture:isCanvas + (Gets whether the Texture has been created with [[love.graphics.setCanvas|canvas]] capabilities.)
- Texture:isFormatLinear + (Gets whether the Texture was created with the linear (non-gamma corrected) flag set to true or with a non-sRGB [[PixelFormat]].)
- Video:isPlaying + (Gets whether the Video is currently playing.)
- love.window.isMaximized + (Gets whether the Window is currently [[love.window.maximize|maximized]].)
- love.window.isMaximized (Русский) + (Gets whether the Window is currently [[love.window.maximize|maximized]].)
- love.window.isMinimized + (Gets whether the Window is currently [[love.window.minimize|minimized]].)
- World:isDestroyed + (Gets whether the World is destroyed.)
- Joint:getCollideConnected + (Gets whether the connected Bodies collide.)
- RecordingDevice:isRecording + (Gets whether the device is currently recording.)
- love.window.isDisplaySleepEnabled + (Gets whether the display is allowed to sleep while the program is running.)
- (File):isOpen + (Gets whether the file is open.)
- love.filesystem.isFused + (Gets whether the game is in fused mode or not.)
- love.filesystem.isFused (Français) + (Gets whether the game is in fused mode or not.)
- love.isVersionCompatible + (Gets whether the given version is compatible with the current running version of LÖVE.)
- love.graphics.isActive + (Gets whether the graphics module is able to be used.)
- love.graphics.isActive (Français) + (Gets whether the graphics module is able to be used.)
- Joystick:hasSensor + (Gets whether the specified sensor exists in the Joystick.)
- Joystick:isSensorEnabled + (Gets whether the specified sensor is currently enabled on this Joystick.)
- love.window.getFullscreen + (Gets whether the window is fullscreen.)