Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other Missing Items #107

Open
26 tasks
TurtleP opened this issue Apr 7, 2022 · 0 comments
Open
26 tasks

Other Missing Items #107

TurtleP opened this issue Apr 7, 2022 · 0 comments

Comments

@TurtleP
Copy link
Contributor

TurtleP commented Apr 7, 2022

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 TurtleP changed the title love.physics Objects Other Missing Items Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant