love-api icon indicating copy to clipboard operation
love-api copied to clipboard

Other Missing Items

Open TurtleP opened this issue 2 years ago • 0 comments

Summary The following methods are undocumented both here and the LÖVE Wiki. These will need to be added to the LÖVE Wiki before adding them here, as per the contributing guidelines. However, the two filesystem methods, should they be documented? Or at they marked as internal-only?

love.filesystem

  • [ ] getExecutablePath
  • [ ] setFused

Video Object

  • [ ] Video:getPixelDimensions
  • [ ] Video:getPixelHeight
  • [ ] Video:getPixelWidth

Physics Objects

  • [ ] Body:getKinematicState
  • [ ] Body:setKinematicState
  • [ ] Contact:getTangentSpeed
  • [ ] Contact:isDestroyed
  • [ ] Contact:setTangentSpeed
  • [ ] DistanceJoint:getStiffness
  • [ ] DistanceJoint:setStiffness
  • [ ] Fixture:getType
  • [ ] MotorJoint:getCorrectionFactor
  • [ ] MotorJoint:getMaxForce
  • [ ] MotorJoint:getMaxTorque
  • [ ] MotorJoint:setCorrectionFactor
  • [ ] MotorJoint:setMaxForce
  • [ ] MotorJoint:setMaxTorque
  • [ ] MouseJoint:getStiffness
  • [ ] MouseJoint:setStiffness
  • [ ] PolygonShape:validate
  • [ ] WeldJoint:getStiffness
  • [ ] WeldJoint:setStiffness
  • [ ] WheelJoint:getSpringStiffness
  • [ ] WheelJoint:setSpringStiffness

TurtleP avatar Apr 07 '22 19:04 TurtleP