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
- Shape:getMaskBits + (Returns a 16-bit integer representing the masked categories.)
- ChainShape:getChildEdge + (Returns a child of the shape as an EdgeShape.)
- ChainShape:getPoint + (Returns a point of the shape.)
- Body:getJointList + (Returns a table containing the Joints attached to this Body.)
- Body:getJoints + (Returns a table containing the [[Joint]]s attached to this Body.)
- Body:getShapes + (Returns a table with all Shapes attached to the Body.)
- World:getContacts + (Returns a table with all [[Contact]]s.)
- World:getBodyList + (Returns a table with all bodies.)
- World:getBodies + (Returns a table with all bodies.)
- World:getContactList + (Returns a table with all contacts.)
- Body:getFixtureList + (Returns a table with all fixtures.)
- Body:getFixtures + (Returns a table with all fixtures.)
- World:getJointList + (Returns a table with all joints.)
- World:getJoints + (Returns a table with all joints.)
- ChainShape:getPoints + (Returns all points of the shape.)
- love.filesystem.enumerate + (Returns all the files and subdirectories in the directory.)
- love.filesystem.getDirectoryItems + (Returns all the files and subdirectories in the directory.)
- love.event.poll + (Returns an iterator for messages in the event queue.)
- World:getCallbacks + (Returns functions for the callbacks during the world update.)
- World:getCallbacks (Français) + (Returns functions for the callbacks during the world update.)
- love.joystick.getNumJoysticks + (Returns how many joysticks are available.)
- World:isLocked + (Returns if the world is updating its state.)
- Body:getUserData + (Returns the Lua value associated with this Body.)
- Joint:getUserData + (Returns the Lua value associated with this Joint.)
- Fixture:getUserData + (Returns the Lua value associated with this fixture.)
- (File):getSize + (Returns the [[File|file]] size.)
- love.filesystem.getAppdataDirectory + (Returns the application data directory (could be the same as getUserDirectory))
- love.timer.getAverageDelta + (Returns the average delta time over the last second.)
- love.timer.getAverageDelta (Slovenský) + (Returns the average delta time over the last second.)
- Fixture:getBody + (Returns the body the fixture is attached to.)
- Fixture:getCategory + (Returns the categories the fixture belongs to.)
- love.joystick.getBall + (Returns the change in ball position.)
- Contact:getPositions + (Returns the contact points of the two colliding fixtures.)
- love.graphics.getPixelEffect + (Returns the current PixelEffect.)
- love.graphics.getMode + (Returns the current display mode.)
- love.timer.getFPS + (Returns the current frames per second.)
- WheelJoint:getJointSpeed + (Returns the current joint translation speed.)
- WheelJoint:getJointTranslation + (Returns the current joint translation.)
- PrismaticJoint:getMotorForce + (Returns the current motor force.)
- love.mouse.getPosition + (Returns the current position of the mouse.)
- love.graphics.getCanvas + (Returns the current target Canvas.)
- WheelJoint:getMotorTorque + (Returns the current torque on the motor.)
- love.mouse.getX + (Returns the current x-position of the mouse.)
- love.mouse.getY + (Returns the current y-position of the mouse.)
- WeldJoint:getDampingRatio + (Returns the damping ratio of the joint.)
- WheelJoint:getSpringDampingRatio + (Returns the damping ratio.)
- MouseJoint:getDampingRatio + (Returns the damping ratio.)
- love.graphics.getDefaultFilter + (Returns the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.)
- love.graphics.getDefaultImageFilter + (Returns the default scaling filters.)
- love.keyboard.getKeyRepeat + (Returns the delay and interval of key repeating.)
- love.keyboard.getKeyRepeat (简体中文) + (Returns the delay and interval of key repeating.)