Difference between revisions of "Talk:RevoluteJoint"

Line 1: Line 1:
Missing in wiki RevoluteJoint:setUpperLimit() function.
+
AntonioModer: Missing in wiki RevoluteJoint:setUpperLimit() function.
  
Is it possible that RevoluteJoint doesn't have the setter function? Can't find it in the source file at least (or maybe I am looking in the wrong place): https://bitbucket.org/rude/love/raw/7cafad5d4e885410a94d67c166b78c903133cec9/src/libraries/Box2D/Dynamics/Joints/b2RevoluteJoint.h
+
Rmcode: Is it possible that RevoluteJoint doesn't have the setter function? Can't find it in the source file at least (or maybe I am looking in the wrong place): https://bitbucket.org/rude/love/raw/7cafad5d4e885410a94d67c166b78c903133cec9/src/libraries/Box2D/Dynamics/Joints/b2RevoluteJoint.h
 +
 
 +
AntonioModer: I dont know. But i check function in my code in love2d v.0.10.1, this function is exist and work fine:
 +
print(revoluteJoint.setUpperLimit)
 +
--> function: 0x27dcef98

Revision as of 12:33, 29 May 2016

AntonioModer: Missing in wiki RevoluteJoint:setUpperLimit() function.

Rmcode: Is it possible that RevoluteJoint doesn't have the setter function? Can't find it in the source file at least (or maybe I am looking in the wrong place): https://bitbucket.org/rude/love/raw/7cafad5d4e885410a94d67c166b78c903133cec9/src/libraries/Box2D/Dynamics/Joints/b2RevoluteJoint.h

AntonioModer: I dont know. But i check function in my code in love2d v.0.10.1, this function is exist and work fine: print(revoluteJoint.setUpperLimit) --> function: 0x27dcef98