Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d13ea30

Browse files
committedFeb 22, 2025·
Rebuild;
1 parent c5d103b commit d13ea30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎api/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37322,7 +37322,7 @@ return {
3732237322
{
3732337323
name = "setKinematic",
3732437324
summary = "Set whether the Collider is kinematic.",
37325-
description = "Sets whether the Collider is kinematic.',\n\nKinematic colliders behave like they have infinite mass. They ignore forces applied to them from gravity, joints, and collisions, but they can still move if given a velocity. Kinematic colliders don't collide with other kinematic colliders. They're useful for static environment objects in a level, or for objects that have their position managed outside of the physics system like tracked hands.",
37325+
description = "Sets whether the Collider is kinematic.\n\nKinematic colliders behave like they have infinite mass. They ignore forces applied to them from gravity, joints, and collisions, but they can still move if given a velocity. Kinematic colliders don't collide with other kinematic colliders. They're useful for static environment objects in a level, or for objects that have their position managed outside of the physics system like tracked hands.",
3732637326
key = "Collider:setKinematic",
3732737327
module = "lovr.physics",
3732837328
notes = "If a Collider has a `MeshShape` or a `TerrainShape`, the collider will always be kinematic and this function will do nothing.",
@@ -37909,7 +37909,7 @@ return {
3790937909
{
3791037910
name = "setLimit",
3791137911
summary = "Set the angle limit of the ConeJoint.",
37912-
description = "Returns the angle limit of the ConeJoint. The relative angle between the ConeJoint's axis and the second Collider will be constrained to this limit.",
37912+
description = "Sets the angle limit of the ConeJoint. The relative angle between the ConeJoint's axis and the second Collider will be constrained to this limit.",
3791337913
key = "ConeJoint:setLimit",
3791437914
module = "lovr.physics",
3791537915
notes = "The default limit is zero, preventing any rotation away from the axis.",

0 commit comments

Comments
 (0)
Please sign in to comment.