B2.FrictionJoint:getMaxForce

From GiderosMobile
Revision as of 17:35, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")


Available since: Gideros 2011.6
Class: b2.FrictionJoint

Description

Returns the maximum friction force in N. <source lang="lua"> (number) = b2.FrictionJoint:getMaxForce() </syntaxhighlight>

Return values

Returns (number) the maximum friction force in N




LiquidFun